fix: another attempt at fixing windows builds
This commit is contained in:
parent
254cd1e79b
commit
549b9e1366
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ ydi_env.Append(CPPPATH=["libzmq/include", "cppzmq/"])
|
|||
ydi_env.add_source_files(env.modules_sources, "*.cpp")
|
||||
|
||||
if not os.path.isdir(Dir('libzmq/build/lib').abspath):
|
||||
call(["cmake", "-Slibzmq", "-B" + Dir('../modules/you_done_it/libzmq/build').abspath, "-DZMQ_BUILD_TESTS=OFF"])
|
||||
call(["cmake", "-Slibzmq", "-B" + Dir('libzmq/build').abspath, "-DZMQ_BUILD_TESTS=OFF"])
|
||||
call(["cmake", "--build", Dir('libzmq/build').abspath])
|
||||
|
||||
env.Append(LIBPATH=[Dir('libzmq/build/lib/').abspath])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue