mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-09-21 18:04:29 +00: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