mirror of
https://github.com/phpv8/v8js.git
synced 2024-12-22 18:41:52 +00:00
Check V8_DIR/share/v8 for snapshot images as well
This commit is contained in:
parent
930b450d99
commit
de0b8e2aa8
@ -217,7 +217,7 @@ public:
|
|||||||
AC_MSG_RESULT([yes])
|
AC_MSG_RESULT([yes])
|
||||||
AC_DEFINE([PHP_V8_USE_EXTERNAL_STARTUP_DATA], [1], [Whether V8 requires (and can be provided with custom versions of) external startup data])
|
AC_DEFINE([PHP_V8_USE_EXTERNAL_STARTUP_DATA], [1], [Whether V8 requires (and can be provided with custom versions of) external startup data])
|
||||||
|
|
||||||
SEARCH_PATH="$V8_DIR/lib"
|
SEARCH_PATH="$V8_DIR/lib $V8_DIR/share/v8"
|
||||||
|
|
||||||
AC_MSG_CHECKING([for natives_blob.bin])
|
AC_MSG_CHECKING([for natives_blob.bin])
|
||||||
SEARCH_FOR="natives_blob.bin"
|
SEARCH_FOR="natives_blob.bin"
|
||||||
|
Loading…
Reference in New Issue
Block a user