Skip to content

Commit 0d8c89f

Browse files
committed
Add missing LIBS override to search for v8 in compilation test
1 parent 2b0a386 commit 0d8c89f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.m4

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ if test "$PHP_V8JS" != "no"; then
118118

119119
CPPFLAGS="$CPPFLAGS -I$V8_INCLUDE_DIR -std=$ac_cv_v8_cstd"
120120
LDFLAGS="$LDFLAGS -L$V8_LIBRARY_DIR"
121+
LIBS="-L$V8_LIBRARY_DIR $LIBS"
121122

122123
if test "$libname" = "v8"; then
123124
AC_MSG_CHECKING([for libv8_libplatform])

0 commit comments

Comments
 (0)