diff --git a/scripts/genie.lua b/scripts/genie.lua index 0caff93df..743883983 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -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 {