mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +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: https://github.com/SerenityOS/serenity/commit/05d140e7bd9 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…
Reference in a new issue