Skip to content

Commit ad6c43c

Browse files
authored
Windows: Skip installing main/poll/* headers (#22317)
In Autotools these aren't installed and neither are there any public headers.
1 parent 6e989d2 commit ad6c43c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

win32/build/config.w32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ ADD_SOURCES("win32", "dllmain.c readdir.c \
312312

313313
ADD_FLAG("CFLAGS_BD_WIN32", "/D ZEND_ENABLE_STATIC_TSRMLS_CACHE=1");
314314

315-
PHP_INSTALL_HEADERS("", "Zend/ TSRM/ main/ main/poll/ main/streams/ win32/");
315+
PHP_INSTALL_HEADERS("", "Zend/ TSRM/ main/ main/streams/ win32/");
316316
PHP_INSTALL_HEADERS("Zend/Optimizer", "zend_call_graph.h zend_cfg.h zend_dfg.h zend_dump.h zend_func_info.h zend_inference.h zend_optimizer.h zend_ssa.h zend_worklist.h");
317317

318318
STDOUT.WriteBlankLines(1);

0 commit comments

Comments
 (0)