mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Added MINGW warning.
This commit is contained in:
@@ -321,6 +321,10 @@ function toolchain(_buildDir, _libDir)
|
||||
location (path.join(_buildDir, "projects", _ACTION .. "-linux-steamlink"))
|
||||
|
||||
elseif "mingw-gcc" == _OPTIONS["gcc"] then
|
||||
if not os.getenv("MINGW") then
|
||||
print("Set MINGW enviroment variable.")
|
||||
end
|
||||
|
||||
local mingwToolchain = "x86_64-w64-mingw32"
|
||||
if compiler32bit then
|
||||
if os.is("linux") then
|
||||
|
||||
Reference in New Issue
Block a user