From 03d067c69d9ccfe93656064b835243b1d04bd144 Mon Sep 17 00:00:00 2001 From: Brad Roepstorff Date: Wed, 1 Jul 2015 19:05:06 -0400 Subject: [PATCH] Fix for xcode osx universal target build directory --- scripts/toolchain.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/toolchain.lua b/scripts/toolchain.lua index c5b095c..2211d7b 100755 --- a/scripts/toolchain.lua +++ b/scripts/toolchain.lua @@ -813,6 +813,10 @@ function toolchain(_buildDir, _libDir) "-m64", } + configuration { "osx", "Universal" } + targetdir (path.join(_buildDir, "osx_universal/bin")) + objdir (path.join(_buildDir, "osx_universal/bin")) + configuration { "osx" } buildoptions { "-Wfatal-errors",