Skip to content

Commit 60b0535

Browse files
committed
debug env
1 parent d8579b4 commit 60b0535

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/install_libzmq.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#!/usr/bin/env bash
22
# script to install libzmq/libsodium for use in wheels
33
set -ex
4+
env | grep CIBW
5+
env | grep -I ios
6+
47
LIBSODIUM_VERSION=$(python buildutils/bundle.py libsodium)
58
LIBZMQ_VERSION=$(python buildutils/bundle.py)
69
PYZMQ_DIR="$PWD"

0 commit comments

Comments
 (0)