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 f4f73c0 commit 99500f2Copy full SHA for 99500f2
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 || "4e193f36fc7d0f729a7c87d55fff18d8c0db5ebf"
+ process.env.ZMQ_VERSION || "20de92ac0a2b2b9a1869782a429df68f93c3625e"
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