Skip to content

Commit

Permalink
Update build-all.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
KreitinnSoftware authored Aug 25, 2024
1 parent 3cc80cc commit 3d24f7b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,8 @@ compileAll()

cp -rf "$INIT_DIR/workdir/$package/destdir-pkg/$PREFIX/"* "$PREFIX"

find "$INIT_DIR/workdir/$package/destdir-pkg" > "$INIT_DIR/logs/$package-package-files.txt"

echo "-- Packaging Package '$package'..."

cd "$INIT_DIR/workdir/$package/destdir-pkg"
Expand Down Expand Up @@ -397,4 +399,4 @@ setupPackages

compileAll

cp $INIT_DIR/cache/android-ndk-r26b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/$ARCHITECTURE-linux-android/libc++_shared.so $PREFIX/lib
cp $INIT_DIR/cache/android-ndk-r26b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/$ARCHITECTURE-linux-android/libc++_shared.so $PREFIX/lib

0 comments on commit 3d24f7b

Please sign in to comment.