Fixes for Windows
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
55f90728bf
commit
a7e582a712
|
@ -193,8 +193,8 @@ if (WINDOWS)
|
|||
if (SHARED)
|
||||
set_target_properties(pkmnLib PROPERTIES SUFFIX ".dll")
|
||||
endif (SHARED)
|
||||
set(_LINKS ${_LINKS} -Wl,-Bstatic -lws2_32 -Wl,-Bdynamic)
|
||||
set(_TESTLINKS ${_TESTLINKS} -Wl,-Bstatic -lws2_32 -Wl,-Bdynamic)
|
||||
set(_LINKS ${_LINKS} -Wl,-Bstatic -lws2_32 -lstdc++ -lpthread -Wl,-Bdynamic)
|
||||
set(_TESTLINKS ${_TESTLINKS} -Wl,-Bstatic -lws2_32 -lstdc++ -lpthread -Wl,-Bdynamic)
|
||||
endif (WINDOWS)
|
||||
|
||||
if (STATICC)
|
||||
|
|
Loading…
Reference in New Issue