Merge pull request #4478 from liushuyu/master

travis: MinGW: minor changes
This commit is contained in:
James Rowe 2018-12-02 01:00:58 -07:00 committed by GitHub
commit 11bc9028bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -33,6 +33,4 @@ for i in package/*.exe; do
x86_64-w64-mingw32-strip "${i}"
done
pip3 install pefile
python3 .travis/linux-mingw/scan_dll.py package/*.exe "package/"
python3 .travis/linux-mingw/scan_dll.py package/imageformats/*.dll "package/"
python3 .travis/linux-mingw/scan_dll.py package/*.exe package/imageformats/*.dll "package/"