Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
wangwenx190 committed Sep 29, 2018
1 parent 792f32c commit 43f7606
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions win-build-qt.bat
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,9 @@ IF EXIST "%_BUILD_BAT%" DEL /F /Q "%_BUILD_BAT%"
@ECHO REM SET "_OPENSSL_DIR="
@ECHO REM SET "PATH=%%_ICU_DIR%%\bin;%%_OPENSSL_DIR%%\bin;%%PATH%%"
@ECHO CD /D "%_ROOT%"
@ECHO IF EXIST build RD /S /Q build
@ECHO MD build
@ECHO CD build
@ECHO CALL "%_CFG_BAT%" %_CFG_PARAMS%
@ECHO REM CALL "%_CFG_BAT%" %_CFG_PARAMS% -icu -I "%%_ICU_DIR%%\include" -L "%%_ICU_DIR%%\lib" -openssl-linked -I "%%_OPENSSL_DIR%%\include" -L "%%_OPENSSL_DIR%%\lib"
@ECHO IF %%ERRORLEVEL%% NEQ 0 GOTO ErrHappen
Expand Down

0 comments on commit 43f7606

Please sign in to comment.