mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 10:38:13 +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
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…
Add table
Add a link
Reference in a new issue