Skip to content

Commit eb0427b

Browse files
committed
fix patch location
1 parent b4e8ab1 commit eb0427b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis_config.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ 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
1920
if [ -n "$USE_CCACHE" -a -z "$BREW_BOOTSTRAP_MODE" ]; then ccache -s; fi
2021
}
2122

@@ -26,7 +27,6 @@ else
2627
echo " > Linux environment "
2728
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/Qt5.15.0/lib
2829
export MAKEFLAGS="-j$(grep -E '^processor[[:space:]]*:' /proc/cpuinfo | wc -l)"
29-
/opt/python/cp37-cp37m/bin/python patch_auditwheel_whitelist.py
3030
fi
3131

3232
if [ -n "$IS_OSX" ]; then

0 commit comments

Comments
 (0)