Skip to content

Commit e345eb5

Browse files
committed
fix win32 build
1 parent 25e6cd1 commit e345eb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

win32/build/config.w32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ if (!PATH_PROG('bison')) {
6060
if (!PATH_PROG('re2c')) {
6161
ERROR('re2c is required')
6262
}
63-
DEFINE('RE2C_FLAGS', null);
63+
DEFINE('RE2C_FLAGS', '');
6464
PATH_PROG('zip');
6565
PATH_PROG('lemon');
6666

0 commit comments

Comments
 (0)