Skip to content

Commit a74da01

Browse files
committed
debug mac env
1 parent 7bf3aa6 commit a74da01

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tools/install_libzmq.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
#!/usr/bin/env bash
22
# script to install libzmq/libsodium for use in wheels
3-
set -ex
3+
echo $PATH
44
env | grep CIBW
55
env | grep -I ios
6+
env | grep MAC
7+
env | grep SDK
8+
9+
set -ex
610

711
LIBSODIUM_VERSION=$(python buildutils/bundle.py libsodium)
812
LIBZMQ_VERSION=$(python buildutils/bundle.py)

0 commit comments

Comments
 (0)