mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Fixed GENie script when action is not specified.
This commit is contained in:
@@ -122,7 +122,7 @@ solution "bgfx"
|
||||
"Release",
|
||||
}
|
||||
|
||||
if _ACTION:match "xcode*" then
|
||||
if _ACTION ~= nil and _ACTION:match "xcode*" then
|
||||
platforms {
|
||||
"Universal",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user