1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Fix out of tree builds (#19283)

This commit is contained in:
Arnaud Le Blanc
2025-07-29 13:36:30 +02:00
committed by GitHub
parent cecf9b02e5
commit 8e38f6d1c6

View File

@@ -356,6 +356,9 @@ AS_VAR_IF([PHP_OPCACHE_JIT], [yes], [
$ext_builddir/jit
$ext_builddir/jit/ir
])
AS_VAR_IF([PHP_THREAD_SAFETY], [yes], [
PHP_ADD_BUILD_DIR([$ext_builddir/jit/tls])
])
PHP_ADD_MAKEFILE_FRAGMENT([$ext_srcdir/jit/Makefile.frag])
])
PHP_SUBST([OPCACHE_SHARED_LIBADD])