mirror of
https://github.com/ZDoom/acc.git
synced 2025-02-07 06:11:02 +00:00
- missed one
This commit is contained in:
parent
04e1768597
commit
0a64823e24
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ endif()
|
|||
|
||||
if (NOT APPLE AND NOT MSVC)
|
||||
# use static runtimes on Linux and MinGW
|
||||
set(CMAKE_C_STANDARD_LIBRARIES "${CMAKE_C_STANDARD_LIBRARIES} -static -static-libgcc -static-libstdc++")
|
||||
set(CMAKE_CXX_STANDARD_LIBRARIES "${CMAKE_CXX_STANDARD_LIBRARIES} -static -static-libgcc -static-libstdc++")
|
||||
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -static -static-libgcc -static-libstdc++")
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue