termux_setup_meson: fix deprecated way of setting cflags and ldflags
c_args and friends should be under [built-in options] now.
This commit is contained in:
parent
1a2ab9b78f
commit
89c54741a5
@ -52,6 +52,9 @@ termux_setup_meson() {
|
||||
echo "[properties]" >> $TERMUX_MESON_CROSSFILE
|
||||
echo "needs_exe_wrapper = true" >> $TERMUX_MESON_CROSSFILE
|
||||
|
||||
echo '' >> $TERMUX_MESON_CROSSFILE
|
||||
echo "[built-in options]" >> $TERMUX_MESON_CROSSFILE
|
||||
|
||||
echo -n "c_args = [" >> $TERMUX_MESON_CROSSFILE
|
||||
local word first=true
|
||||
for word in $CFLAGS $CPPFLAGS; do
|
||||
|
Loading…
Reference in New Issue
Block a user