Frankie Dintino | f1b936d | 2024-04-11 04:54:47 -0400 | [diff] [blame] | 1 | [binaries] |
| 2 | c = ['clang'] |
| 3 | cpp = ['clang++'] |
| 4 | ar = ['ar'] |
| 5 | strip = ['strip'] |
| 6 | pkg-config = ['pkg-config'] |
| 7 | |
| 8 | [host_machine] |
| 9 | system = '@cross_system_name@' |
| 10 | cpu_family = '@cross_system_processor@' |
| 11 | cpu = '@cross_system_processor@' |
| 12 | endian = '@cross_system_endian@' |
| 13 | |
| 14 | [built-in options] |
| 15 | c_args = ['-arch', '@CMAKE_SYSTEM_PROCESSOR@', '-isysroot', '@CMAKE_OSX_SYSROOT@', '@cross_osx_deployment_target@' @cross_additional_cflags@] |
| 16 | c_link_args = ['-arch', '@CMAKE_SYSTEM_PROCESSOR@', '-isysroot', '@CMAKE_OSX_SYSROOT@', '@cross_osx_deployment_target@' @cross_additional_cflags@] |