From 7b8bf8a1c68da204ac5d3e8161d8a75cb5a67417 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Tue, 7 Jun 2016 09:20:25 -0700 Subject: [PATCH] Updated toolchain.lua. --- scripts/toolchain.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/toolchain.lua b/scripts/toolchain.lua index eab4d9d..5ff98cc 100755 --- a/scripts/toolchain.lua +++ b/scripts/toolchain.lua @@ -122,7 +122,7 @@ function toolchain(_buildDir, _libDir) tvosPlatform = _OPTIONS["with-tvos"] end - if _ACTION == "gmake" then + if _ACTION == "gmake" or _ACTION == "ninja" then if nil == _OPTIONS["gcc"] then print("GCC flavor must be specified!")