Skip to content

Commit de0b8e2

Browse files
committed
Check V8_DIR/share/v8 for snapshot images as well
1 parent 930b450 commit de0b8e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ public:
217217
AC_MSG_RESULT([yes])
218218
AC_DEFINE([PHP_V8_USE_EXTERNAL_STARTUP_DATA], [1], [Whether V8 requires (and can be provided with custom versions of) external startup data])
219219
220-
SEARCH_PATH="$V8_DIR/lib"
220+
SEARCH_PATH="$V8_DIR/lib $V8_DIR/share/v8"
221221
222222
AC_MSG_CHECKING([for natives_blob.bin])
223223
SEARCH_FOR="natives_blob.bin"

0 commit comments

Comments
 (0)