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 ee6bbeb commit 7bf3aa6Copy full SHA for 7bf3aa6
tools/install_libzmq.sh
@@ -45,8 +45,7 @@ if [[ "$(uname)" == "Darwin" && "${CIBW_PLATFORM:-macos}" == "macos" ]]; then
45
export CXXFLAGS="-arch ${arch} ${CXXFLAGS:-}"
46
export LDFLAGS="-arch ${arch} ${LDFLAGS:-}"
47
done
48
-
49
-if [[ "${CIBW_PLATFORM:-}" == "ios" ]]; then
+elif [[ "${CIBW_PLATFORM:-}" == "ios" ]]; then
50
echo "building libzmq for ${CIBW_PLATFORM}"
51
SHLIB_EXT=".dylib"
52
fi
0 commit comments