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
404B

  1. [properties]
  2. needs_exe_wrapper = true
  3. [binaries]
  4. name = 'macos-old'
  5. c = 'i686-apple-darwin10-gcc'
  6. cpp = 'i686-apple-darwin10-g++'
  7. ar = 'i686-apple-darwin10-gcc-ar'
  8. nm = 'i686-apple-darwin10-gcc-nm'
  9. ld = 'i686-apple-darwin10-ld'
  10. strip = 'i686-apple-darwin10-strip'
  11. pkgconfig = 'pkg-config'
  12. # exe_wrapper = 'darwine'
  13. [host_machine]
  14. system = 'macos'
  15. cpu_family = 'x86_64'
  16. cpu = 'x86_64'
  17. endian = 'little'