Linux rebuild fix

This commit is contained in:
Joshua Granick
2014-04-04 22:12:19 -07:00
parent 9b3e65cd74
commit 909e058781
2 changed files with 2 additions and 2 deletions

BIN
run.n vendored

Binary file not shown.

View File

@@ -364,8 +364,8 @@ class RunScript {
if (buildSharedLibs) {
if (isRunning64 ()) runCommand (sharedLibsPath, "neko", [ "build.n", "linux-x64" ].concat (defines));
runCommand (sharedLibsPath, "neko", [ "build.n", "linux-x86" ].concat (defines));
if (isRunning64 ()) runCommand (sharedLibsPath, "neko", [ "build.n", "linux-m64" ].concat (defines));
runCommand (sharedLibsPath, "neko", [ "build.n", "linux-m32" ].concat (defines));
}