mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-28 01:23:14 +01:00
[svn r306] Fixed: it's now possible to compile and link llvmdc with MinGW32 and msys on Win32 :D I tried it myself ;) Building the runtime still needs some work, but it's a step in the right direction.
This commit is contained in:
@@ -2,7 +2,11 @@ project.name = llvmdc
|
||||
|
||||
-- options
|
||||
OPAQUE_VTBLS = 1
|
||||
USE_BOEHM_GC = 1
|
||||
if OS == "windows" then
|
||||
USE_BOEHM_GC = 0
|
||||
else
|
||||
USE_BOEHM_GC = 1
|
||||
end
|
||||
|
||||
-- idgen
|
||||
package = newpackage()
|
||||
|
||||
Reference in New Issue
Block a user