Skip to content

Commit 99500f2

Browse files
committed
fix: add libzmq CMake fix
#529 (comment)
1 parent f4f73c0 commit 99500f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const root = dirname(__dirname)
77
function main() {
88
const zmq_rev =
99
// eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing, @typescript-eslint/strict-boolean-expressions
10-
process.env.ZMQ_VERSION || "4e193f36fc7d0f729a7c87d55fff18d8c0db5ebf"
10+
process.env.ZMQ_VERSION || "20de92ac0a2b2b9a1869782a429df68f93c3625e"
1111
const src_url = `https://github.com/zeromq/libzmq/archive/${zmq_rev}.tar.gz`
1212

1313
const libzmq_build_prefix = `${root}/build/libzmq-staging`

0 commit comments

Comments
 (0)