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 7bf3aa6 commit a74da01Copy full SHA for a74da01
tools/install_libzmq.sh
@@ -1,8 +1,12 @@
1
#!/usr/bin/env bash
2
# script to install libzmq/libsodium for use in wheels
3
-set -ex
+echo $PATH
4
env | grep CIBW
5
env | grep -I ios
6
+env | grep MAC
7
+env | grep SDK
8
+
9
+set -ex
10
11
LIBSODIUM_VERSION=$(python buildutils/bundle.py libsodium)
12
LIBZMQ_VERSION=$(python buildutils/bundle.py)
0 commit comments