Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commiteb0427b

Browse files
committed
fix patch location
1 parentb4e8ab1 commiteb0427b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎travis_config.sh

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp