XMake: Enable MinGW
This commit is contained in:
parent
c977ad6440
commit
72b959d6ca
|
|
@ -115,8 +115,8 @@ add_rules("plugin.vsxmake.autoupdate")
|
||||||
add_rules("build_rendererplugins")
|
add_rules("build_rendererplugins")
|
||||||
|
|
||||||
set_allowedmodes("asan", "debug", "releasedbg")
|
set_allowedmodes("asan", "debug", "releasedbg")
|
||||||
set_allowedplats("windows", "linux", "macosx")
|
set_allowedplats("windows", "mingw", "linux", "macosx")
|
||||||
set_allowedarchs("windows|x64", "linux|x86_64", "macosx|x86_64")
|
set_allowedarchs("windows|x64", "mingw|x86_64" "linux|x86_64", "macosx|x86_64")
|
||||||
set_defaultmode("debug")
|
set_defaultmode("debug")
|
||||||
|
|
||||||
if is_mode("debug") then
|
if is_mode("debug") then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue