Skip to content

Commit 90ca5cb

Browse files
committed
Fix libv8_libbase.a detection, closes #264
1 parent 5d26d3c commit 90ca5cb

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
@@ -135,6 +135,7 @@ int main ()
135135
LDFLAGS_libplatform=""
136136
for static_link_extra_file in libv8_libplatform.a libv8_libbase.a; do
137137
AC_MSG_CHECKING([for $static_link_extra_file])
138+
static_link_dir=""
138139

139140
if test -r $V8_DIR/lib64/$static_link_extra_file; then
140141
static_link_dir=$V8_DIR/lib64

0 commit comments

Comments
 (0)