Fixes hopefully last issue on CI.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Deukhoofd 2021-03-26 18:32:06 +01:00
parent 4eb2b4f53d
commit 47097cb9fc
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F
1 changed files with 1 additions and 1 deletions

View File

@ -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})