mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-27 17:18:59 +00:00
14 lines
231 B
Plaintext
14 lines
231 B
Plaintext
|
[binaries]
|
||
|
c = [@CC@]
|
||
|
cpp = [@CXX@]
|
||
|
pkgconfig = '@PKGCONFIG@'
|
||
|
|
||
|
[built-in options]
|
||
|
c_args = [@CFLAGS@]
|
||
|
c_link_args = [@LDFLAGS@]
|
||
|
cpp_args = [@CXXFLAGS@]
|
||
|
cpp_link_args = [@LDFLAGS@]
|
||
|
prefix = '@PREFIX@'
|
||
|
sbindir = 'bin'
|
||
|
libdir = 'lib'
|