mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Fixed build output directory for iOS and tvOS
This commit is contained in:
@@ -905,6 +905,10 @@ function toolchain(_buildDir, _libDir)
|
||||
}
|
||||
includedirs { path.join(bxDir, "include/compat/ios") }
|
||||
|
||||
configuration { "xcode4", "ios*" }
|
||||
targetdir (path.join(_buildDir, "ios-arm/bin"))
|
||||
objdir (path.join(_buildDir, "ios-arm/obj"))
|
||||
|
||||
configuration { "ios-arm" }
|
||||
targetdir (path.join(_buildDir, "ios-arm/bin"))
|
||||
objdir (path.join(_buildDir, "ios-arm/obj"))
|
||||
@@ -952,6 +956,10 @@ function toolchain(_buildDir, _libDir)
|
||||
}
|
||||
includedirs { path.join(bxDir, "include/compat/ios") }
|
||||
|
||||
configuration { "xcode4", "tvos*" }
|
||||
targetdir (path.join(_buildDir, "tvos-arm64/bin"))
|
||||
objdir (path.join(_buildDir, "tvos-arm64/obj"))
|
||||
|
||||
configuration { "tvos-arm64" }
|
||||
targetdir (path.join(_buildDir, "tvos-arm64/bin"))
|
||||
objdir (path.join(_buildDir, "tvos-arm64/obj"))
|
||||
|
||||
Reference in New Issue
Block a user