Skip to content

Commit 1421840

Browse files
committed
fix: update libzmq to the latest version
1 parent eaf6c45 commit 1421840

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 || "20de92ac0a2b2b9a1869782a429df68f93c3625e"
10+
process.env.ZMQ_VERSION || "5657b4586f24ec433930e8ece02ddba7afcf0fe0"
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)