mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 18:50:50 +00:00
Toolchain: Add missing buildstep calls
This commit is contained in:
parent
8a50c8431b
commit
05d140e7bd
Notes:
sideshowbarker
2024-07-18 19:27:26 +09:00
Author: https://github.com/gunnarbeutner
Commit: 05d140e7bd
Pull-request: https://github.com/SerenityOS/serenity/pull/6448
Reviewed-by: https://github.com/emanuele6
Reviewed-by: https://github.com/linusg
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