From 64219f27d20c0f6f2dc8c168c8c19ba9420f889d Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Wed, 29 Apr 2015 08:11:09 +0200 Subject: Fix OSX target dir --- scripts/toolchain.lua | 6 +++--- 1 file 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" } -- cgit v1.2.3