Skip to content

Commit

Permalink
build, bugfix: fixup condition about USE_VENDER_DIST in build.cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
richardo2016 committed Mar 9, 2021
1 parent 92fe063 commit 14c9fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.cmd
Expand Up @@ -3,7 +3,7 @@
set WORK_ROOT=%cd%
set SOURCE_ROOT=%~dp0

if ("%USE_VENDER_DIST%" == "") (
if "%USE_VENDER_DIST%" == "" (
if exist "%SOURCE_ROOT%/vender" (
cd /d "%SOURCE_ROOT%/vender"
call build %*%
Expand Down

0 comments on commit 14c9fb8

Please sign in to comment.