mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Updated toolchain.lua.
This commit is contained in:
@@ -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!")
|
||||
|
||||
Reference in New Issue
Block a user