Skip to content

Commit 1fa675f

Browse files
authored
Merge pull request #5 from macsforme/zlib-error-reporting
Fix zlib build success/fail report message
2 parents 7f06b1c + 6e98c3c commit 1fa675f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildVC2017.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ if %PDCURSES_RESULT% == 0 (
255255
) else (
256256
echo PDCurses ............... FAILED!
257257
)
258-
if %PDCURSES_RESULT% == 0 (
258+
if %ZLIB_RESULT% == 0 (
259259
echo zlib ................... SUCCESS!
260260
) else (
261261
echo zlib ................... FAILED!

0 commit comments

Comments
 (0)