mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:07:35 +00:00
Toolchain: Add missing buildstep calls
This commit is contained in:
parent
8a50c8431b
commit
05d140e7bd
1 changed files with 2 additions and 2 deletions
|
@ -227,9 +227,9 @@ pushd "$DIR/Build/$ARCH"
|
|||
# under macOS generated makefiles are not resolving the "intl"
|
||||
# dependency properly to allow linking its own copy of
|
||||
# libintl when building with --enable-shared.
|
||||
"$MAKE" -j "$MAKEJOBS" || true
|
||||
buildstep "binutils/build" "$MAKE" -j "$MAKEJOBS" || true
|
||||
pushd intl
|
||||
"$MAKE" all-yes
|
||||
buildstep "binutils/build" "$MAKE" all-yes
|
||||
popd
|
||||
fi
|
||||
echo "XXX build binutils"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue