Skip to content

Commit

Permalink
Merge pull request #572 from zeromq/update-zmq
Browse files Browse the repository at this point in the history
fix: update libzmq to the latest version
  • Loading branch information
aminya committed Jun 14, 2024
2 parents 44656de + 1421840 commit 6706616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const root = dirname(__dirname)
function main() {
const zmq_rev =
// eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing, @typescript-eslint/strict-boolean-expressions
process.env.ZMQ_VERSION || "20de92ac0a2b2b9a1869782a429df68f93c3625e"
process.env.ZMQ_VERSION || "5657b4586f24ec433930e8ece02ddba7afcf0fe0"
const src_url = `https://github.com/zeromq/libzmq/archive/${zmq_rev}.tar.gz`

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

0 comments on commit 6706616

Please sign in to comment.