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 c42f095 commit 02041d4Copy full SHA for 02041d4
config.m4
@@ -165,6 +165,7 @@ if test "$PHP_V8JS" != "no"; then
165
166
CPPFLAGS="$CPPFLAGS -I$V8_INCLUDE_DIR -std=$ac_cv_v8_cstd"
167
LDFLAGS="$LDFLAGS -L$V8_LIBRARY_DIR"
168
+ LIBS="-L$V8_LIBRARY_DIR $LIBS"
169
170
if test "$libname" = "v8"; then
171
AC_MSG_CHECKING([for libv8_libplatform])
0 commit comments