mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-11 08:36:16 +00:00
Statically link libraries for mingw
This commit is contained in:
@@ -64,6 +64,13 @@ endif()
|
||||
##########################################
|
||||
|
||||
if(MINGW)
|
||||
add_link_options(
|
||||
-static-libstdc++
|
||||
-static-libgcc
|
||||
-static
|
||||
-lwinpthread
|
||||
)
|
||||
|
||||
momo_add_c_and_cxx_compile_options(
|
||||
-Wno-array-bounds
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user