cross_win32.txt 348 B

12345678910111213141516
  1. # apt install mingw-w64 mingw-w64-tools
  2. [binaries]
  3. name = 'mingw'
  4. c = 'i686-w64-mingw32-gcc'
  5. cpp = 'i686-w64-mingw32-g++'
  6. ar = 'i686-w64-mingw32-ar'
  7. strip = 'i686-w64-mingw32-strip'
  8. pkg-config = 'i686-w64-mingw32-pkg-config'
  9. windres = 'i686-w64-mingw32-windres'
  10. [host_machine]
  11. system = 'windows'
  12. cpu_family = 'x86'
  13. cpu = 'i686'
  14. endian = 'little'