Skip to content

Commit

Permalink
Run install-sysroot.py after runhooks
Browse files Browse the repository at this point in the history
  • Loading branch information
bblanchon committed Jul 1, 2024
1 parent 6282b11 commit a085f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steps/04-install-extras.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ pushd "$SOURCE"

case "$OS" in
linux)
build/linux/sysroot_scripts/install-sysroot.py "--arch=$CPU"
build/install-build-deps.sh
gclient runhooks
build/linux/sysroot_scripts/install-sysroot.py "--arch=$CPU"
;;

android)
Expand Down

0 comments on commit a085f9b

Please sign in to comment.