mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-06 18:37:58 +00:00
trivial: fix win32 build (Fixes: #3418)
Use the gusb that we build rather than the system one.
This commit is contained in:
parent
5c6cb2bd53
commit
a962d47103
@ -37,7 +37,7 @@ jobs:
|
||||
mingw64-pkg-config
|
||||
mingw64-glib2
|
||||
mingw64-gnutls
|
||||
mingw64-libgusb
|
||||
mingw64-libusbx
|
||||
mingw64-sqlite
|
||||
mingw64-libarchive
|
||||
mingw64-json-glib
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user