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 51dd0cf commit bbe97b3Copy full SHA for bbe97b3
config.m4
@@ -118,6 +118,7 @@ if test "$PHP_V8JS" != "no"; then
118
119
CPPFLAGS="$CPPFLAGS -I$V8_INCLUDE_DIR -std=$ac_cv_v8_cstd"
120
LDFLAGS="$LDFLAGS -L$V8_LIBRARY_DIR"
121
+ LIBS="-L$V8_LIBRARY_DIR $LIBS"
122
123
if test "$libname" = "v8"; then
124
AC_MSG_CHECKING([for libv8_libplatform])
0 commit comments