Move MinGW isystem fix to xmake.lua
This commit is contained in:
@@ -376,6 +376,7 @@ if is_plat("windows") then
|
||||
elseif is_plat("mingw") then
|
||||
add_cxflags("-Og", "-Wa,-mbig-obj")
|
||||
add_ldflags("-Wa,-mbig-obj")
|
||||
set_policy("package.include_external_headers", false)
|
||||
elseif is_plat("wasm") then
|
||||
add_cxflags("-sNO_DISABLE_EXCEPTION_CATCHING")
|
||||
add_ldflags("-sNO_DISABLE_EXCEPTION_CATCHING", "-sALLOW_MEMORY_GROWTH", "-sWASM_BIGINT")
|
||||
|
||||
Reference in New Issue
Block a user