From 967f6500cfca8904f6e83a192f7d234ef180578d Mon Sep 17 00:00:00 2001 From: Pengfei Zhu Date: Wed, 22 Jul 2020 21:55:39 +0800 Subject: [PATCH] Update scan_dll.py Fix the current crossbuilding issue --- .travis/linux-mingw/scan_dll.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/linux-mingw/scan_dll.py b/.travis/linux-mingw/scan_dll.py index 163183f2e..910e26bcc 100755 --- a/.travis/linux-mingw/scan_dll.py +++ b/.travis/linux-mingw/scan_dll.py @@ -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 = []