cross.meson 410 B

12345678910111213141516171819
  1. [binaries]
  2. c = 'x86_64-w64-mingw32-gcc'
  3. cpp = 'x86_64-w64-mingw32-g++'
  4. ar = 'x86_64-w64-mingw32-gcc-ar'
  5. ranlib = 'x86_64-w64-mingw32-gcc-ranlib'
  6. strip = 'x86_64-w64-mingw32-strip'
  7. windres = 'x86_64-w64-mingw32-windres'
  8. dlltool = 'x86_64-w64-mingw32-dlltool'
  9. exe_wrapper = ['wine']
  10. [properties]
  11. needs_exe_wrapper = true
  12. [host_machine]
  13. system = 'windows'
  14. cpu_family = 'x86_64'
  15. cpu = 'x86_64'
  16. endian = 'little'