asio requires linking against libws2_32 on mingw
This commit is contained in:
parent
008acdc8dc
commit
20e6cf420e
1 changed files with 2 additions and 0 deletions
|
@ -293,6 +293,8 @@ if env["prereqs"]:
|
|||
conf.CheckSDL(require_version = '1.2.7') and \
|
||||
conf.CheckSDL('SDL_net') or Warning("Base prerequisites are not met.")
|
||||
if have_server_prereqs and env["use_network_ana"]:
|
||||
if env["PLATFORM"] == 'win32':
|
||||
env.Append(LIBS = ["libws2_32"])
|
||||
have_server_prereqs = \
|
||||
conf.CheckBoost("system") and \
|
||||
conf.CheckBoost("thread") and \
|
||||
|
|
Loading…
Add table
Reference in a new issue