Skip to content

Commit

Permalink
devops: fix winldd build
Browse files Browse the repository at this point in the history
  • Loading branch information
aslushnikov committed Sep 18, 2020
1 parent 6af0aa6 commit bff9fb2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions browser_patches/prepare_checkout.sh
Expand Up @@ -39,6 +39,9 @@ if [[ ("$1" == "chromium") || ("$1" == "chromium/") || ("$1" == "cr") ]]; then
elif [[ ("$1" == "ffmpeg") || ("$1" == "ffmpeg/") ]]; then
echo "FYI: ffmpeg checkout is not supported. Use '//browser_patches/ffmpeg/build.sh' instead"
exit 0
elif [[ ("$1" == "winldd") || ("$1" == "winldd/") ]]; then
echo "FYI: winldd source code is available right away"
exit 0
elif [[ ("$1" == "firefox") || ("$1" == "firefox/") || ("$1" == "ff") ]]; then
FRIENDLY_CHECKOUT_PATH="//browser_patches/firefox/checkout";
CHECKOUT_PATH="$PWD/firefox/checkout"
Expand Down

0 comments on commit bff9fb2

Please sign in to comment.