Improve MinGW support

This commit is contained in:
Lynix
2021-10-04 16:41:41 +02:00
parent 2a2f7d8085
commit 9740db8fe2
2 changed files with 3 additions and 3 deletions

View File

@@ -141,9 +141,9 @@ add_includedirs("include")
add_sysincludedirs("thirdparty/include")
set_languages("c89", "cxx17")
set_rundir("./bin/$(os)_$(arch)_$(mode)")
set_rundir("./bin/$(plat)_$(arch)_$(mode)")
set_symbols("debug", "hidden")
set_targetdir("./bin/$(os)_$(arch)_$(mode)")
set_targetdir("./bin/$(plat)_$(arch)_$(mode)")
set_warnings("allextra")