mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Toolchain: Statically link serenity cross-compiler on macOS to keep the cross-toolchain self contained
This commit is contained in:
parent
fe3311d458
commit
9537ce918c
Notes:
sideshowbarker
2024-07-19 17:42:35 +09:00
Author: https://github.com/Pagghiu 🔰 Commit: https://github.com/SerenityOS/serenity/commit/9537ce918c4 Pull-request: https://github.com/SerenityOS/serenity/pull/841 Reviewed-by: https://github.com/awesomekling Reviewed-by: https://github.com/bugaevc
1 changed files with 7 additions and 0 deletions
|
@ -75,6 +75,13 @@ pushd "$DIR/Tarballs"
|
|||
else
|
||||
echo "Skipped extracting gcc"
|
||||
fi
|
||||
|
||||
if [ "$(uname)" = "Darwin" ]; then
|
||||
pushd "gcc-${GCC_VERSION}"
|
||||
./contrib/download_prerequisites
|
||||
popd
|
||||
fi
|
||||
|
||||
popd
|
||||
|
||||
mkdir -p "$PREFIX"
|
||||
|
|
Loading…
Reference in a new issue