2021-06-17 21:21:44 +00:00
|
|
|
[binaries]
|
|
|
|
c = [@CC@]
|
2023-01-27 15:33:25 +00:00
|
|
|
c_ld = [@LD@]
|
2021-06-17 21:21:44 +00:00
|
|
|
cpp = [@CXX@]
|
2023-01-27 15:33:25 +00:00
|
|
|
cpp_ld = [@LD@]
|
2021-06-17 21:21:44 +00:00
|
|
|
ar = '@AR@'
|
|
|
|
strip = '@STRIP@'
|
|
|
|
nm = '@NM@'
|
|
|
|
pkgconfig = '@PKGCONFIG@'
|
2021-10-24 18:10:26 +00:00
|
|
|
cmake = '@CMAKE@'
|
2022-03-16 23:18:07 +00:00
|
|
|
python = '@PYTHON@'
|
2021-06-17 21:21:44 +00:00
|
|
|
|
|
|
|
[built-in options]
|
|
|
|
c_args = [@CFLAGS@]
|
|
|
|
c_link_args = [@LDFLAGS@]
|
|
|
|
cpp_args = [@CXXFLAGS@]
|
|
|
|
cpp_link_args = [@LDFLAGS@]
|
|
|
|
prefix = '/usr'
|
|
|
|
|
|
|
|
[host_machine]
|
|
|
|
system = 'linux'
|
|
|
|
cpu_family = '@ARCH@'
|
|
|
|
cpu = '@CPU@'
|
|
|
|
endian = '@ENDIAN@'
|
|
|
|
|
|
|
|
[properties]
|
|
|
|
needs_exe_wrapper = true
|