mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-11 17:34:57 +00:00
c2222f74c8
Update install procedure based on upstream feedback. Normally, meson is to be installed with pip. But as pip is not mandated by the build system, it cannot be used. Upstream provides a nice script to pack meson automatically. Moved src/ to files/. No need to copy to BUILD_DIR. Signed-off-by: Rosen Penev <rosenp@gmail.com>
24 lines
366 B
Plaintext
24 lines
366 B
Plaintext
[binaries]
|
|
c = [@CC@]
|
|
cpp = [@CXX@]
|
|
ar = '@AR@'
|
|
strip = '@STRIP@'
|
|
nm = '@NM@'
|
|
pkgconfig = '@PKGCONFIG@'
|
|
|
|
[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
|