Update scan_dll.py

Fix the current crossbuilding issue
This commit is contained in:
Pengfei Zhu 2020-07-22 21:55:39 +08:00 committed by GitHub
parent a34888804b
commit 967f6500cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ KNOWN_SYS_DLLS = ['WINMM.DLL', 'MSVCRT.DLL', 'VERSION.DLL', 'MPR.DLL',
DLL_PATH = [
'/usr/x86_64-w64-mingw32/bin/',
'/usr/x86_64-w64-mingw32/lib/',
'/usr/lib/gcc/x86_64-w64-mingw32/7.3-posix/'
'/usr/lib/gcc/x86_64-w64-mingw32/9.3-posix/'
]
missing = []