Simplify libusb prebuilt scripts

In theory, include/ might be slightly different for win32 and win64
builds. Use each one separately to simplify.
This commit is contained in:
Romain Vimont
2023-02-27 21:43:34 +01:00
parent 14a85fd61e
commit c8b0e3682c
5 changed files with 9 additions and 13 deletions

View File

@@ -21,5 +21,4 @@ ffmpeg_avformat = 'avformat-59'
ffmpeg_avutil = 'avutil-57'
prebuilt_ffmpeg = 'ffmpeg-win64-5.1.2'
prebuilt_sdl2 = 'SDL2-2.26.1/x86_64-w64-mingw32'
prebuilt_libusb_root = 'libusb-1.0.26'
prebuilt_libusb = 'libusb-1.0.26/MinGW-x64'
prebuilt_libusb = 'libusb-1.0.26/libusb-MinGW-x64'