Pārlūkot izejas kodu

Updated toolchain.lua.

Branimir Karadžić 9 gadi atpakaļ
vecāks
revīzija
7b8bf8a1c6
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      scripts/toolchain.lua

+ 1 - 1
scripts/toolchain.lua

@@ -122,7 +122,7 @@ function toolchain(_buildDir, _libDir)
 		tvosPlatform = _OPTIONS["with-tvos"]
 		tvosPlatform = _OPTIONS["with-tvos"]
 	end
 	end
 
 
-	if _ACTION == "gmake" then
+	if _ACTION == "gmake" or _ACTION == "ninja" then
 
 
 		if nil == _OPTIONS["gcc"] then
 		if nil == _OPTIONS["gcc"] then
 			print("GCC flavor must be specified!")
 			print("GCC flavor must be specified!")