mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-22 09:12:32 +00:00

Add various fixes to enable us to build a selection of useful USB plugins. Also, skip tests that don't make sense on WIN32 or that will not work. With much help from Mario Limonciello <mario.limonciello@dell.com> -- Thanks!
14 lines
342 B
Plaintext
14 lines
342 B
Plaintext
[binaries]
|
|
c = '/usr/bin/x86_64-w64-mingw32-gcc'
|
|
cpp = '/usr/bin/x86_64-w64-mingw32-g++'
|
|
ar = '/usr/bin/x86_64-w64-mingw32-ar'
|
|
strip = '/usr/bin/x86_64-w64-mingw32-strip'
|
|
pkgconfig = '/usr/bin/x86_64-w64-mingw32-pkg-config'
|
|
exe_wrapper = '/usr/bin/wine'
|
|
|
|
[host_machine]
|
|
system = 'windows'
|
|
cpu_family = 'x86_64'
|
|
cpu = 'i686'
|
|
endian = 'little'
|