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.
|
- [binaries]
- name = 'win32'
- c = 'i686-w64-mingw32-gcc'
- cpp = 'i686-w64-mingw32-g++'
- ar = 'i686-w64-mingw32-gcc-ar'
- nm = 'i686-w64-mingw32-gcc-nm'
- ld = 'i686-w64-mingw32-ld'
- strip = 'i686-w64-mingw32-strip'
- pkgconfig = 'pkg-config'
- exe_wrapper = 'wine'
-
- [host_machine]
- system = 'windows'
- cpu_family = 'x86'
- cpu = 'x86'
- endian = 'little'
-
- [properties]
- needs_exe_wrapper = true
|