Forráskód Böngészése

Fixed GENie script when action is not specified.

Бранимир Караџић 5 éve
szülő
commit
e08de6dd2c
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      scripts/genie.lua

+ 1 - 1
scripts/genie.lua

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