trivial: fix win32 build (Fixes: #3418)

Use the gusb that we build rather than the system one.
This commit is contained in:
Mario Limonciello 2021-06-25 10:47:58 -05:00 committed by Mario Limonciello
parent 5c6cb2bd53
commit a962d47103
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ jobs:
mingw64-pkg-config
mingw64-glib2
mingw64-gnutls
mingw64-libgusb
mingw64-libusbx
mingw64-sqlite
mingw64-libarchive
mingw64-json-glib

View File

@ -43,7 +43,6 @@ Section "fwupd"
File "/usr/x86_64-w64-mingw32/sys-root/mingw/bin/libgnutls-30.dll"
File "/usr/x86_64-w64-mingw32/sys-root/mingw/bin/libgnutls-30.dll"
File "/usr/x86_64-w64-mingw32/sys-root/mingw/bin/libgobject-2.0-0.dll"
File "/usr/x86_64-w64-mingw32/sys-root/mingw/bin/libgusb-2.dll"
File "/usr/x86_64-w64-mingw32/sys-root/mingw/bin/libhogweed-5.dll"
File "/usr/x86_64-w64-mingw32/sys-root/mingw/bin/libidn2-0.dll"
File "/usr/x86_64-w64-mingw32/sys-root/mingw/bin/libintl-8.dll"
@ -69,6 +68,7 @@ Section "fwupd"
File "libgcab-1.0-0.dll"
File "libxmlb-2.dll"
File "libjcat-1.dll"
File "libgusb-2.dll"
SetOutPath "$INSTDIR\fwupd-plugins-3"
File /r "fwupd-plugins-3/libfu_plugin_*.dll"
SetOutPath "$INSTDIR\etc\fwupd"