mirror of
https://github.com/php/php-src.git
synced 2024-11-23 09:54:15 +08:00
Fix ZE2 builds
This commit is contained in:
parent
f83d005d46
commit
ee3a873863
@ -1086,7 +1086,7 @@ PHP_ADD_SOURCES(Zend, \
|
||||
zend_list.c zend_indent.c zend_builtin_functions.c zend_sprintf.c \
|
||||
zend_ini.c zend_qsort.c)
|
||||
|
||||
if test -r "Zend/zend_objects.c"; then
|
||||
if test -r "$abs_srcdir/Zend/zend_objects.c"; then
|
||||
PHP_ADD_SOURCES(Zend, zend_objects.c zend_object_handlers.c)
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user