2018-05-13 14:03:39 +00:00
|
|
|
# apt install mingw-w64 mingw-w64-tools
|
|
|
|
|
|
|
|
[binaries]
|
|
|
|
name = 'mingw'
|
|
|
|
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'
|
|
|
|
|
|
|
|
[host_machine]
|
|
|
|
system = 'windows'
|
|
|
|
cpu_family = 'x86'
|
|
|
|
cpu = 'x86_64'
|
|
|
|
endian = 'little'
|
|
|
|
|
|
|
|
[properties]
|
2020-08-06 19:00:48 +00:00
|
|
|
prebuilt_ffmpeg_shared = 'ffmpeg-4.3.1-win64-shared'
|
|
|
|
prebuilt_ffmpeg_dev = 'ffmpeg-4.3.1-win64-dev'
|
2020-04-13 21:00:22 +00:00
|
|
|
prebuilt_sdl2 = 'SDL2-2.0.12/x86_64-w64-mingw32'
|