threaded fixes
This commit is contained in:
parent
214e75b992
commit
6444a8ce1c
|
@ -204,8 +204,8 @@ endif ()
|
|||
if (STATICC)
|
||||
set(CMAKE_SHARED_LINKER_FLAGS "-Wl,--as-needed")
|
||||
message(STATUS "Linking C library statically")
|
||||
set(_LINKS ${_LINKS} -static-libstdc++ -Wl,-Bstatic -lgcc -lstdc++ -lpthread -Wl,-Bdynamic)
|
||||
SET(_TESTLINKS ${_TESTLINKS} -Wl,-Bstatic -lgcc -lstdc++ -lpthread -Wl,-Bdynamic)
|
||||
set(_LINKS ${_LINKS} -static-libstdc++)
|
||||
SET(_TESTLINKS ${_TESTLINKS})
|
||||
endif ()
|
||||
|
||||
target_link_libraries(pkmnLib PRIVATE ${_LINKS})
|
||||
|
|
Loading…
Reference in New Issue