We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e902bb commit 8b0ade0Copy full SHA for 8b0ade0
.github/scripts/python_wheels/cibw_before_all.sh
@@ -36,13 +36,8 @@ elif [ "$(uname)" == "Darwin" ]; then
36
fi
37
38
./b2 install --prefix=${BOOST_PREFIX} --with=all -d0 \
39
- cxxflags="-mmacosx-version-min=${MACOSX_DEPLOYMENT_TARGET} -Wl,-rpath,${BOOST_LIBRARYDIR}" \
+ cxxflags="-mmacosx-version-min=${MACOSX_DEPLOYMENT_TARGET}" \
40
linkflags="-mmacosx-version-min=${MACOSX_DEPLOYMENT_TARGET} -Wl,-rpath,${BOOST_LIBRARYDIR}"
41
-
42
- # Patch @rpath manually if needed. This is redundant with the above, but serves as a fallback.
43
- for dylib in "$BOOST_LIBRARYDIR"/libboost_*.dylib; do
44
- install_name_tool -add_rpath "$BOOST_LIBRARYDIR" "$dylib"
45
- done
46
47
cd ..
48
0 commit comments