Skip to content

Commit a651ae8

Browse files
authored
Sync Zend/Optimizer headers installation (#13201)
On *nix installation there is zend_dfg.h installed as part of the bug fix #81136, but it wasn't synced with Windows yet. This now syncs Zend headers on both builds.
1 parent 117b8de commit a651ae8

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
@@ -323,7 +323,7 @@ if (VS_TOOLSET && VCVERS >= 1914) {
323323
}
324324

325325
PHP_INSTALL_HEADERS("", "Zend/ TSRM/ main/ main/streams/ win32/");
326-
PHP_INSTALL_HEADERS("Zend/Optimizer", "zend_call_graph.h zend_cfg.h zend_dump.h zend_func_info.h zend_inference.h zend_optimizer.h zend_ssa.h zend_worklist.h");
326+
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");
327327

328328
STDOUT.WriteBlankLines(1);
329329

0 commit comments

Comments
 (0)