We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 930b450 commit de0b8e2Copy full SHA for de0b8e2
config.m4
@@ -217,7 +217,7 @@ public:
217
AC_MSG_RESULT([yes])
218
AC_DEFINE([PHP_V8_USE_EXTERNAL_STARTUP_DATA], [1], [Whether V8 requires (and can be provided with custom versions of) external startup data])
219
220
- SEARCH_PATH="$V8_DIR/lib"
+ SEARCH_PATH="$V8_DIR/lib $V8_DIR/share/v8"
221
222
AC_MSG_CHECKING([for natives_blob.bin])
223
SEARCH_FOR="natives_blob.bin"
0 commit comments