Fixes hopefully last issue on CI.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
4eb2b4f53d
commit
47097cb9fc
|
@ -145,7 +145,7 @@ if (STATICC)
|
|||
set(_LINKS ${_LINKS} -static-libgcc -static-libstdc++ -Wl,-Bstatic -lm -lstdc++ -lpthread -Wl,-Bdynamic)
|
||||
SET(_TESTLINKS ${_TESTLINKS} -static-libgcc -static-libstdc++ -Wl,-Bstatic -lstdc++ -lpthread -Wl,-Bdynamic)
|
||||
else()
|
||||
SET(_LINKS ${_LINKS} Threads::Threads)
|
||||
SET(_LINKS ${_LINKS} -lpthread)
|
||||
endif()
|
||||
|
||||
target_link_libraries(pkmnLib PUBLIC ${_LINKS})
|
||||
|
|
Loading…
Reference in New Issue