d1789f082a
This helps to use mingw toolchains which are not in /usr/bin path. PR #2185 <https://github.com/Genymobile/scrcpy/pull/2185> Signed-off-by: Romain Vimont <rom@rom1v.com>
20 lines
485 B
Text
20 lines
485 B
Text
# apt install mingw-w64 mingw-w64-tools
|
|
|
|
[binaries]
|
|
name = 'mingw'
|
|
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'
|
|
|
|
[host_machine]
|
|
system = 'windows'
|
|
cpu_family = 'x86'
|
|
cpu = 'x86_64'
|
|
endian = 'little'
|
|
|
|
[properties]
|
|
prebuilt_ffmpeg_shared = 'ffmpeg-4.3.1-win64-shared'
|
|
prebuilt_ffmpeg_dev = 'ffmpeg-4.3.1-win64-dev'
|
|
prebuilt_sdl2 = 'SDL2-2.0.14/x86_64-w64-mingw32'
|