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]
|
|
c = [@CC@]
|
|
cpp = [@CXX@]
|
|
ar = '@AR@'
|
|
strip = '@STRIP@'
|
|
nm = '@NM@'
|
|
ld = '@LD@'
|
|
pkgconfig = '@PKGCONFIG@'
|
|
|
|
[properties]
|
|
c_args = [@CFLAGS@]
|
|
c_link_args = [@LDFLAGS@]
|
|
cpp_args = [@CXXFLAGS@]
|
|
cpp_link_args = [@LDFLAGS@]
|
|
needs_exe_wrapper = true
|
|
|
|
[host_machine]
|
|
system = 'linux'
|
|
cpu_family = '@ARCH@'
|
|
cpu = '@CPU@'
|
|
endian = '@ENDIAN@'
|
|
|
|
[paths]
|
|
prefix = '/usr'
|
|
libdir = 'lib'
|