Skip to content

Commit

Permalink
Allow build on master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
bblanchon committed Oct 22, 2018
1 parent 37c6507 commit 34493f4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,10 @@ set DEPOT_TOOLS_WIN_TOOLCHAIN=0
call gclient config --unmanaged %PDFium_URL% || exit /b
call gclient sync || exit /b

: Checkout
: Checkout branch (or ignore if it doesn't exist)
echo on
cd %PDFium_SOURCE_DIR%
call git checkout %PDFium_BRANCH% || exit /b
call gclient sync || exit /b
call git checkout %PDFium_BRANCH% && call gclient sync

: Patch
echo on
Expand Down

0 comments on commit 34493f4

Please sign in to comment.