mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 04:25:13 +00:00
Meta: Make build-root-filesystem.sh omit libgcc_so.so in aarch64 builds
This commit is contained in:
parent
57f95bd724
commit
23bc752c5d
Notes:
sideshowbarker
2024-07-18 05:08:22 +09:00
Author: https://github.com/nico Commit: https://github.com/SerenityOS/serenity/commit/23bc752c5da Pull-request: https://github.com/SerenityOS/serenity/pull/9666
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ if [ "$USE_CLANG_TOOLCHAIN" = "1" ]; then
|
|||
$CP "$TOOLCHAIN_DIR"/lib/clang/"$LLVM_VERSION"/lib/serenity/* mnt/usr/lib/clang/"$LLVM_VERSION"/lib/serenity
|
||||
$CP "$TOOLCHAIN_DIR"/lib/libunwind* mnt/usr/lib
|
||||
$CP "$TOOLCHAIN_DIR"/lib/libc++* mnt/usr/lib
|
||||
else
|
||||
elif [ "$SERENITY_ARCH" != "aarch64" ]; then
|
||||
$CP "$SERENITY_SOURCE_DIR"/Toolchain/Local/"$SERENITY_ARCH"/"$SERENITY_ARCH"-pc-serenity/lib/libgcc_s.so mnt/usr/lib
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue