Skip to content

Commit

Permalink
devops: fix chromium for arm build (#5117)
Browse files Browse the repository at this point in the history
  • Loading branch information
aslushnikov committed Jan 22, 2021
1 parent 8e7fc06 commit b88afe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser_patches/chromium/build.sh
Expand Up @@ -22,7 +22,7 @@ main() {
elif [[ $1 == "--mirror"* ]]; then
mirror_chromium $1
elif [[ $1 == "--compile"* ]]; then
compile_chromium
compile_chromium $1
else
echo "ERROR: unknown first argument. Use --help for details."
exit 1
Expand Down

0 comments on commit b88afe5

Please sign in to comment.