Support LDC/GDC for the win32 configuration.
This commit is contained in:
parent
7ea0e34a46
commit
93f92dccf8
2
dub.sdl
2
dub.sdl
|
@ -21,7 +21,7 @@ configuration "kqueue" {
|
||||||
}
|
}
|
||||||
|
|
||||||
configuration "winapi" {
|
configuration "winapi" {
|
||||||
platforms "windows-x86_64" "windows-x86_mscoff"
|
platforms "windows-x86_64" "windows-x86_mscoff" "windows-ldc" "windows-gdc"
|
||||||
versions "EventcoreWinAPIDriver"
|
versions "EventcoreWinAPIDriver"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue