fix: hopefully fixed builds for windows
This commit is contained in:
parent
724118c80f
commit
254cd1e79b
1 changed files with 1 additions and 1 deletions
|
|
@ -12,4 +12,4 @@ if not os.path.isdir(Dir('libzmq/build/lib').abspath):
|
|||
call(["cmake", "--build", Dir('libzmq/build').abspath])
|
||||
|
||||
env.Append(LIBPATH=[Dir('libzmq/build/lib/').abspath])
|
||||
env.Append(LIBS=['zmq'])
|
||||
env.Append(LIBS=['libzmq'])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue