mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Fix for xcode osx universal target build directory
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user