aboutsummaryrefslogtreecommitdiffstats
path: root/tools/meson/files/openwrt-native.txt.in
diff options
context:
space:
mode:
Diffstat (limited to 'tools/meson/files/openwrt-native.txt.in')
-rw-r--r--tools/meson/files/openwrt-native.txt.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/meson/files/openwrt-native.txt.in b/tools/meson/files/openwrt-native.txt.in
new file mode 100644
index 0000000000..50308ec8e4
--- /dev/null
+++ b/tools/meson/files/openwrt-native.txt.in
@@ -0,0 +1,13 @@
+[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'