mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
Fix OSX target dir
This commit is contained in:
parent
5a15555d9e
commit
64219f27d2
@ -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" }
|
||||
|
Loading…
Reference in New Issue
Block a user