Cross-Platform build scripts for audio plugins
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
373B

  1. [binaries]
  2. name = 'win32'
  3. c = 'i686-w64-mingw32-gcc'
  4. cpp = 'i686-w64-mingw32-g++'
  5. ar = 'i686-w64-mingw32-gcc-ar'
  6. nm = 'i686-w64-mingw32-gcc-nm'
  7. ld = 'i686-w64-mingw32-ld'
  8. strip = 'i686-w64-mingw32-strip'
  9. pkgconfig = 'pkg-config'
  10. exe_wrapper = 'wine'
  11. [host_machine]
  12. system = 'windows'
  13. cpu_family = 'x86'
  14. cpu = 'x86'
  15. endian = 'little'
  16. [properties]
  17. needs_exe_wrapper = true