Skip to content

Commit f7bc942

Browse files
committed
Add missing LIBS override to search for v8 in compilation test
1 parent c42f095 commit f7bc942

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.m4

+1
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ if test "$PHP_V8JS" != "no"; then
165165

166166
CPPFLAGS="$CPPFLAGS -I$V8_INCLUDE_DIR -std=$ac_cv_v8_cstd"
167167
LDFLAGS="$LDFLAGS -L$V8_LIBRARY_DIR"
168+
LIBS="$LIBS -L$V8_LIBRARY_DIR"
168169

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

0 commit comments

Comments
 (0)