mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-08 16:03:13 +01:00
Fix - add Path.native for mingw support...thanks mp4/jaffa
This commit is contained in:
@@ -69,7 +69,7 @@ int main(char[][] args)
|
||||
compilefailed ~= c.toString;
|
||||
}
|
||||
else if (cl == RUN || cl == NORUN) {
|
||||
if (system(toStringz("obj/" ~ testname)) != 0) {
|
||||
if (system(toStringz(Path.native("obj/" ~ testname))) != 0) {
|
||||
if (cl == RUN)
|
||||
runfailed ~= c.toString;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user