Skip to content

Commit 8e38f6d

Browse files
authored
Fix out of tree builds (#19283)
1 parent cecf9b0 commit 8e38f6d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ext/opcache/config.m4

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,9 @@ AS_VAR_IF([PHP_OPCACHE_JIT], [yes], [
356356
$ext_builddir/jit
357357
$ext_builddir/jit/ir
358358
])
359+
AS_VAR_IF([PHP_THREAD_SAFETY], [yes], [
360+
PHP_ADD_BUILD_DIR([$ext_builddir/jit/tls])
361+
])
359362
PHP_ADD_MAKEFILE_FRAGMENT([$ext_srcdir/jit/Makefile.frag])
360363
])
361364
PHP_SUBST([OPCACHE_SHARED_LIBADD])

0 commit comments

Comments
 (0)