mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
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.
This commit is contained in:
parent
117b8dee64
commit
a651ae86aa
1 changed files with 1 additions and 1 deletions
|
@ -323,7 +323,7 @@ if (VS_TOOLSET && VCVERS >= 1914) {
|
|||
}
|
||||
|
||||
PHP_INSTALL_HEADERS("", "Zend/ TSRM/ main/ main/streams/ win32/");
|
||||
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");
|
||||
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");
|
||||
|
||||
STDOUT.WriteBlankLines(1);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue