We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaf6c45 commit 1421840Copy full SHA for 1421840
script/build.ts
@@ -7,7 +7,7 @@ const root = dirname(__dirname)
7
function main() {
8
const zmq_rev =
9
// eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing, @typescript-eslint/strict-boolean-expressions
10
- process.env.ZMQ_VERSION || "20de92ac0a2b2b9a1869782a429df68f93c3625e"
+ process.env.ZMQ_VERSION || "5657b4586f24ec433930e8ece02ddba7afcf0fe0"
11
const src_url = `https://github.com/zeromq/libzmq/archive/${zmq_rev}.tar.gz`
12
13
const libzmq_build_prefix = `${root}/build/libzmq-staging`
0 commit comments