fix: hopefully this'll fix windows builds
This commit is contained in:
parent
3cc0513382
commit
62f2614c6f
1 changed files with 1 additions and 1 deletions
|
|
@ -15,4 +15,4 @@ if env["platform"] == "linuxbsd":
|
|||
env.Append(LIBS=['libzmq'])
|
||||
if env["platform"] == "windows":
|
||||
env.Append(LIBPATH=[Dir('libzmq/build/lib/Debug/')])
|
||||
env.Append(LIBS=['libzmq-v143-mt-sgd-4_3_6.lib'])
|
||||
env.Append(LIBS=['libzmq-v143-mt-sgd-4_3_6'])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue