mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-27 07:18:58 +00:00
fcdc629144
Add explicit setup as implicit is deprecated. Rename pkgconfig as no hyphen is deprecated. Signed-off-by: Rosen Penev <rosenp@gmail.com>
16 lines
270 B
Plaintext
16 lines
270 B
Plaintext
[binaries]
|
|
c = [@CC@]
|
|
cpp = [@CXX@]
|
|
pkg-config = '@PKGCONFIG@'
|
|
cmake = '@CMAKE@'
|
|
python = '@PYTHON@'
|
|
|
|
[built-in options]
|
|
c_args = [@CFLAGS@]
|
|
c_link_args = [@LDFLAGS@]
|
|
cpp_args = [@CXXFLAGS@]
|
|
cpp_link_args = [@LDFLAGS@]
|
|
prefix = '@PREFIX@'
|
|
sbindir = 'bin'
|
|
libdir = 'lib'
|