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.
|
- [properties]
- sys_root = '/home/falktx/xlv2-builds/target'
- pkg_config_libdir = '/home/falktx/xlv2-builds/target/lib/pkgconfig'
-
- [binaries]
- name = 'darwin'
- c = 'i686-apple-darwin10-gcc'
- cpp = 'i686-apple-darwin10-g++'
- ar = 'i686-apple-darwin10-gcc-ar'
- nm = 'i686-apple-darwin10-gcc-nm'
- ld = 'i686-apple-darwin10-ld'
- strip = 'i686-apple-darwin10-strip'
- pkgconfig = '/home/falktx/xlv2-builds/target/bin/pkg-config'
-
- [host_machine]
- system = 'darwin'
- cpu_family = 'x86_64'
- cpu = 'x86_64'
- endian = 'little'
|