Raspberry Pi fixes (thanks @gepatto)

This commit is contained in:
Joshua Granick
2015-08-27 09:38:46 -07:00
parent 2583f2b87c
commit a9e4a75602
5 changed files with 12 additions and 5 deletions

View File

@@ -81,7 +81,7 @@ class RunScript {
case "Linux":
if (PlatformHelper.hostPlatform == LINUX && PlatformHelper.hostArchitecture == X86) {
if (PlatformHelper.hostPlatform == LINUX && PlatformHelper.hostArchitecture != X64) {
ProcessHelper.runCommand (limeDirectory, "neko", args.concat ([ "linux", "-32", toolsDirectory ]));