wine-stable: do not use `sudo apt install`

[skip ci]
This commit is contained in:
Chongyun Lee 2024-01-22 23:25:39 +08:00
parent 0dea521764
commit 0341c8033c
1 changed files with 0 additions and 1 deletions

View File

@ -102,7 +102,6 @@ termux_step_host_build() {
_setup_llvm_mingw_toolchain
# Make host wine-tools
(unset sudo; sudo apt update; sudo apt install libfreetype-dev:i386 -yqq)
"$TERMUX_PKG_SRCDIR/configure" ${TERMUX_PKG_EXTRA_HOSTBUILD_CONFIGURE_ARGS}
make -j "$TERMUX_MAKE_PROCESSES" __tooldeps__ nls/all
}