Fix for xcode osx universal target build directory

This commit is contained in:
Brad Roepstorff
2015-07-01 19:05:06 -04:00
parent d6b8d3c04e
commit 03d067c69d

View File

@@ -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",