mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-09 08:20:39 +00:00
19f3fcc884
Override python to use the one in host instead of hostpkg. There's no need to use the latter. Signed-off-by: Rosen Penev <rosenp@gmail.com>
16 lines
269 B
Plaintext
16 lines
269 B
Plaintext
[binaries]
|
|
c = [@CC@]
|
|
cpp = [@CXX@]
|
|
pkgconfig = '@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'
|