mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Updating xcode config. (#2198)
Changing the xcode platform to just `Native`. This lets xcode handle all the target stuff, and works regardless of target.
This commit is contained in:
@@ -122,9 +122,9 @@ solution "bgfx"
|
||||
"Release",
|
||||
}
|
||||
|
||||
if _ACTION ~= nil and _ACTION:match "xcode*" then
|
||||
if _ACTION ~= nil and _ACTION:match "^xcode" then
|
||||
platforms {
|
||||
"Universal",
|
||||
"Native", -- let xcode decide based on the target output
|
||||
}
|
||||
else
|
||||
platforms {
|
||||
|
||||
Reference in New Issue
Block a user