cross_win64.txt 362 B

12345678910111213141516
  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. pkg-config = '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'