p7zip: update build steps
This commit is contained in:
parent
057c46a146
commit
b5024c1b2c
@ -14,9 +14,10 @@ termux_step_configure() {
|
||||
|
||||
termux_step_make() {
|
||||
LD="$CC $LDFLAGS" CC="$CC $CFLAGS $CPPFLAGS $LDFLAGS" \
|
||||
make -j $TERMUX_MAKE_PROCESSES all3 OPTFLAGS="${CXXFLAGS}" DEST_HOME=$TERMUX_PREFIX
|
||||
make -j $TERMUX_MAKE_PROCESSES 7z 7za OPTFLAGS="${CXXFLAGS}" DEST_HOME=$TERMUX_PREFIX
|
||||
}
|
||||
|
||||
termux_step_make_install() {
|
||||
chmod +x install.sh
|
||||
make install DEST_HOME=$TERMUX_PREFIX DEST_MAN=$TERMUX_PREFIX/share/man
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user