Henrik Grimler
6 years ago
committed by
Leonid Plyushch
2 changed files with 14 additions and 12 deletions
@ -0,0 +1,12 @@ |
|||||
|
termux_step_configure_meson() { |
||||
|
termux_setup_meson |
||||
|
CC=gcc CXX=g++ $TERMUX_MESON \ |
||||
|
$TERMUX_PKG_SRCDIR \ |
||||
|
$TERMUX_PKG_BUILDDIR \ |
||||
|
--cross-file $TERMUX_MESON_CROSSFILE \ |
||||
|
--prefix $TERMUX_PREFIX \ |
||||
|
--libdir lib \ |
||||
|
--buildtype minsize \ |
||||
|
--strip \ |
||||
|
$TERMUX_PKG_EXTRA_CONFIGURE_ARGS |
||||
|
} |
Loading…
Reference in new issue