2018-05-13 14:03:39 +00:00
|
|
|
# apt install mingw-w64 mingw-w64-tools
|
|
|
|
|
|
|
|
[binaries]
|
|
|
|
name = 'mingw'
|
2021-03-09 07:52:58 +00:00
|
|
|
c = 'x86_64-w64-mingw32-gcc'
|
|
|
|
cpp = 'x86_64-w64-mingw32-g++'
|
|
|
|
ar = 'x86_64-w64-mingw32-ar'
|
|
|
|
strip = 'x86_64-w64-mingw32-strip'
|
|
|
|
pkgconfig = 'x86_64-w64-mingw32-pkg-config'
|
2021-12-09 21:58:31 +00:00
|
|
|
windres = 'x86_64-w64-mingw32-windres'
|
2018-05-13 14:03:39 +00:00
|
|
|
|
|
|
|
[host_machine]
|
|
|
|
system = 'windows'
|
|
|
|
cpu_family = 'x86'
|
|
|
|
cpu = 'x86_64'
|
|
|
|
endian = 'little'
|
|
|
|
|
|
|
|
[properties]
|
2023-03-03 18:46:13 +00:00
|
|
|
prebuilt_ffmpeg = 'ffmpeg-6.0-scrcpy-2/win64'
|
2022-12-22 11:28:21 +00:00
|
|
|
prebuilt_sdl2 = 'SDL2-2.26.1/x86_64-w64-mingw32'
|
2023-02-27 20:43:34 +00:00
|
|
|
prebuilt_libusb = 'libusb-1.0.26/libusb-MinGW-x64'
|