Fixed GENie script when action is not specified.

This commit is contained in:
Бранимир Караџић
2020-05-10 22:15:06 -07:00
parent cfaff9ba7c
commit e08de6dd2c

View File

@@ -122,7 +122,7 @@ solution "bgfx"
"Release",
}
if _ACTION:match "xcode*" then
if _ACTION ~= nil and _ACTION:match "xcode*" then
platforms {
"Universal",
}