Skip to content

Commit 2bc7540

Browse files
committed
patch only on linux
1 parent 2ff5f25 commit 2bc7540

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

travis_config.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ function bdist_wheel_cmd {
1616
local abs_wheelhouse=$1
1717
CI_BUILD=1 pip wheel --wheel-dir="$PWD/dist" . --verbose $BDIST_PARAMS
1818
cp dist/*.whl $abs_wheelhouse
19-
/opt/python/cp37-cp37m/bin/python patch_auditwheel_whitelist.py
19+
if [ -z "$IS_OSX" ]; then
20+
/opt/python/cp37-cp37m/bin/python patch_auditwheel_whitelist.py
21+
fi
2022
if [ -n "$USE_CCACHE" -a -z "$BREW_BOOTSTRAP_MODE" ]; then ccache -s; fi
2123
}
2224

0 commit comments

Comments
 (0)