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

  1. [properties]
  2. sys_root = '/home/falktx/xlv2-builds/target'
  3. pkg_config_libdir = '/home/falktx/xlv2-builds/target/lib/pkgconfig'
  4. [binaries]
  5. name = 'darwin'
  6. c = 'i686-apple-darwin10-gcc'
  7. cpp = 'i686-apple-darwin10-g++'
  8. ar = 'i686-apple-darwin10-gcc-ar'
  9. nm = 'i686-apple-darwin10-gcc-nm'
  10. ld = 'i686-apple-darwin10-ld'
  11. strip = 'i686-apple-darwin10-strip'
  12. pkgconfig = '/home/falktx/xlv2-builds/target/bin/pkg-config'
  13. [host_machine]
  14. system = 'darwin'
  15. cpu_family = 'x86_64'
  16. cpu = 'x86_64'
  17. endian = 'little'