Skip to content

Commit 906a151

Browse files
committed
Fix batch 1
1 parent 1d2d4d2 commit 906a151

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.ci/build-win32.bat

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ cl lemon.c
1414
DEL zephir.c zephir.h parser.c scanner.c
1515
re2c -o scanner.c scanner.re
1616
lemon -s zephir.lemon
17-
ECHO "#include ^<php.h^>" > parser.c
17+
18+
ECHO Generating parser.c
19+
20+
ECHO #include ^<php.h^> > parser.c
1821
TYPE zephir.c >> parser.c
1922
TYPE base.c >> parser.c

0 commit comments

Comments
 (0)