Skip to content

Commit e3f1073

Browse files
authored
Remove redundant win32 include flag when building shared phpdbg (php#14573)
1 parent f0fb9e3 commit e3f1073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/phpdbg/config.w32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if (PHP_PHPDBG == "yes") {
2020
}
2121

2222
if (PHP_PHPDBGS == "yes") {
23-
SAPI('phpdbgs', PHPDBG_SOURCES, PHPDBG_DLL, '/D PHP_PHPDBG_EXPORTS /I win32');
23+
SAPI('phpdbgs', PHPDBG_SOURCES, PHPDBG_DLL, '/D PHP_PHPDBG_EXPORTS');
2424
ADD_FLAG("LIBS_PHPDBGS", "ws2_32.lib user32.lib");
2525
ADD_FLAG("CFLAGS_PHPDBGS", "/D YY_NO_UNISTD_H");
2626
}

0 commit comments

Comments
 (0)