Skip to content

Commit 81fed37

Browse files
Strictedweltling
authored andcommitted
fix erroneous line in confutils.js
1 parent bb3d0c0 commit 81fed37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

win32/build/confutils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2814,7 +2814,7 @@ function toolset_setup_common_cflags()
28142814
/D LIBZEND_EXPORTS /D TSRM_EXPORTS /D SAPI_EXPORTS /D WINVER=" + WINVER);
28152815

28162816
DEFINE('CFLAGS_PHP_OBJ', '$(CFLAGS_PHP) $(STATIC_EXT_CFLAGS)');
2817-
1
2817+
28182818
// General CFLAGS for building objects
28192819
DEFINE("CFLAGS", "/nologo $(BASE_INCLUDES) /D _WINDOWS \
28202820
/D ZEND_WIN32=1 /D PHP_WIN32=1 /D WIN32 /D _MBCS /W3");

0 commit comments

Comments
 (0)