File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 8282 ['OS == "mac"' , {
8383 'libraries' : [
8484 '<(module_root_dir)/build/libzmq/lib/libzmq.a' ,
85- "<!@(pkg-config libsodium --libs)" ,
8685 ],
8786 }],
8887
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ function main() {
7878 writeFileSync ( clang_format_file , "" )
7979 }
8080
81- const cmake_configure = `cmake -S "${ src_dir } " -B ./build ${ build_options } -DCMAKE_BUILD_TYPE=${ CMAKE_BUILD_TYPE } -DCMAKE_INSTALL_PREFIX="${ libzmq_install_prefix } " -DCMAKE_INSTALL_LIBDIR=lib -DBUILD_STATIC=ON -DBUILD_TESTS=OFF -DBUILD_SHARED=OFF -DWITH_DOCS=OFF -DWITH_LIBSODIUM=ON -DWITH_LIBSODIUM_STATIC=ON `
81+ const cmake_configure = `cmake -S "${ src_dir } " -B ./build ${ build_options } -DCMAKE_BUILD_TYPE=${ CMAKE_BUILD_TYPE } -DCMAKE_INSTALL_PREFIX="${ libzmq_install_prefix } " -DCMAKE_INSTALL_LIBDIR=lib -DBUILD_STATIC=ON -DBUILD_TESTS=OFF -DBUILD_SHARED=OFF -DWITH_DOCS=OFF -DWITH_LIBSODIUM=OFF `
8282 console . log ( cmake_configure )
8383 exec ( cmake_configure , execOptions )
8484
You can’t perform that action at this time.
0 commit comments