mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-27 17:13:20 +01:00
Changed premake.lua to work with mingw.
Implemented array operations, not perfect but ok for tonight. closes #89
This commit is contained in:
@@ -31,7 +31,7 @@ TRIPLE = "";
|
||||
if options["target-override"] then
|
||||
TRIPLE = options["target-override"]
|
||||
else
|
||||
local p = io.popen("./config.guess")
|
||||
local p = io.popen("sh config.guess")
|
||||
TRIPLE = p:read()
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user