emscripten: cleanup build.sh

This commit is contained in:
Jia Yuan Lo 2021-11-26 23:06:24 +08:00 committed by Henrik Grimler
parent cabf6306ab
commit 61ac32cd73
1 changed files with 2 additions and 9 deletions

View File

@ -116,7 +116,7 @@ termux_step_post_get_source() {
tar -xf "$TERMUX_PKG_CACHEDIR/binaryen.tar.gz" -C "$TERMUX_PKG_CACHEDIR" tar -xf "$TERMUX_PKG_CACHEDIR/binaryen.tar.gz" -C "$TERMUX_PKG_CACHEDIR"
cd "$TERMUX_PKG_CACHEDIR/llvm-project-$LLVM_COMMIT" cd "$TERMUX_PKG_CACHEDIR/llvm-project-$LLVM_COMMIT"
for patch in $TERMUX_PKG_BUILDER_DIR/*.patch.diff; do for patch in $TERMUX_PKG_BUILDER_DIR/llvm-project-*.patch.diff; do
patch -p1 -i "$patch" patch -p1 -i "$patch"
done done
} }
@ -234,15 +234,8 @@ termux_step_create_debscripts() {
If you are upgrading, you may want to clear the If you are upgrading, you may want to clear the
cache by running the command below to fix issues. cache by running the command below to fix issues.
emcc --clear-cache' emcc --clear-cache
if [ -d "$TERMUX_PREFIX/lib/emscripten" ]; then
echo '
Note: The old Emscripten path has been deprecated.
To delete, simply run the command below.
rm -fr $TERMUX_PREFIX/lib/emscripten'
fi
echo '
====================' ===================='
EOF EOF