mirror of
https://github.com/phpv8/v8js.git
synced 2024-11-09 16:28:41 +00:00
fix check for libv8.dylib (on macOS)
This commit is contained in:
parent
5f08db8a49
commit
6723ff2d34
@ -3,7 +3,7 @@ PHP_ARG_WITH(v8js, for V8 Javascript Engine,
|
||||
|
||||
if test "$PHP_V8JS" != "no"; then
|
||||
SEARCH_PATH="/usr/local /usr"
|
||||
SEARCH_FOR="$PHP_LIBDIR/libv8.$SHLIB_DL_SUFFIX_NAME"
|
||||
SEARCH_FOR="$PHP_LIBDIR/libv8.$SHLIB_SUFFIX_NAME"
|
||||
|
||||
if test -r $PHP_V8JS/$SEARCH_FOR; then
|
||||
case $host_os in
|
||||
|
Loading…
Reference in New Issue
Block a user