summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--scripts/toolchain.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/toolchain.lua b/scripts/toolchain.lua
index 7ae62b552ad..86998b83813 100644
--- a/scripts/toolchain.lua
+++ b/scripts/toolchain.lua
@@ -765,7 +765,7 @@ function toolchain(_buildDir, _subDir)
libdirs { "$(NACL_SDK_ROOT)/lib/pnacl/Release" }
configuration { "osx*", "x32" }
- objdir (_buildDir .. "osx32_clang" .. "/obj")
+ objdir (_buildDir .. "osx_clang" .. "/obj")
buildoptions {
"-m32",
}
@@ -781,10 +781,10 @@ function toolchain(_buildDir, _subDir)
"-m64",
}
- configuration { "osx*", "x32", "Release" }
+ configuration { "osx*", "x64", "Release" }
targetdir (_buildDir .. "osx_clang" .. "/bin/x64/Release")
- configuration { "osx*", "x32", "Debug" }
+ configuration { "osx*", "x64", "Debug" }
targetdir (_buildDir .. "osx_clang" .. "/bin/x64/Debug")
configuration { "ios-arm" }