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 d8579b4 commit 60b0535Copy full SHA for 60b0535
tools/install_libzmq.sh
@@ -1,6 +1,9 @@
1
#!/usr/bin/env bash
2
# script to install libzmq/libsodium for use in wheels
3
set -ex
4
+env | grep CIBW
5
+env | grep -I ios
6
+
7
LIBSODIUM_VERSION=$(python buildutils/bundle.py libsodium)
8
LIBZMQ_VERSION=$(python buildutils/bundle.py)
9
PYZMQ_DIR="$PWD"
0 commit comments