Skip to content

Commit

Permalink
Merge pull request #554 from Bartel-C8/tweetNacl
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Nov 15, 2023
2 parents 62f6e25 + 006f817 commit 82b838d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@
['OS == "mac"', {
'libraries': [
'<(module_root_dir)/build/libzmq/lib/libzmq.a',
"<!@(pkg-config libsodium --libs)",
],
}],

Expand Down
2 changes: 1 addition & 1 deletion script/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function main() {
writeFileSync(clang_format_file, "")
}

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`
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`
console.log(cmake_configure)
exec(cmake_configure, execOptions)

Expand Down

0 comments on commit 82b838d

Please sign in to comment.