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:
Johan Sköld
2020-07-11 20:40:33 -07:00
committed by GitHub
parent 9215cc8199
commit 74aae908ce

View File

@@ -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 {