cross_win64.txt 521 B

123456789101112131415161718192021
  1. # apt install mingw-w64 mingw-w64-tools
  2. [binaries]
  3. name = 'mingw'
  4. c = 'x86_64-w64-mingw32-gcc'
  5. cpp = 'x86_64-w64-mingw32-g++'
  6. ar = 'x86_64-w64-mingw32-ar'
  7. strip = 'x86_64-w64-mingw32-strip'
  8. pkgconfig = 'x86_64-w64-mingw32-pkg-config'
  9. windres = 'x86_64-w64-mingw32-windres'
  10. [host_machine]
  11. system = 'windows'
  12. cpu_family = 'x86'
  13. cpu = 'x86_64'
  14. endian = 'little'
  15. [properties]
  16. prebuilt_ffmpeg = 'ffmpeg-6.1-scrcpy-2/win64'
  17. prebuilt_sdl2 = 'SDL2-2.28.4/x86_64-w64-mingw32'
  18. prebuilt_libusb = 'libusb-1.0.26/libusb-MinGW-x64'