fix: hopefully fixed builds for windows

This commit is contained in:
Sara Gerretsen 2025-10-09 14:38:02 +02:00
parent 724118c80f
commit 254cd1e79b

View file

@ -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'])