Skip to content

Commit

Permalink
Clean an unnecessary break
Browse files Browse the repository at this point in the history
  • Loading branch information
pal1000 committed Aug 23, 2017
1 parent 1b3919b commit 68a0e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildscript/build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ pip freeze > requirements.txt
pip install -r requirements.txt --upgrade
cd $mesa
cd mesa
GOTO build_mesa_exec
)

:build_with_vs
Expand All @@ -162,7 +163,6 @@ cd mesa
:build_mesa_exec
@%sconscmd%
@echo.
@pause

:distcreate
@set /p dist=Create or update Mesa3D distribution package (y/n):
Expand Down

0 comments on commit 68a0e4e

Please sign in to comment.