0
0
mirror of https://github.com/phpv8/v8js.git synced 2024-11-08 17:48:41 +00:00

Fix libv8_libbase.a detection, closes #264

This commit is contained in:
Stefan Siegl 2016-09-22 20:03:44 +02:00
parent 5d26d3c428
commit 90ca5cb142

View File

@ -135,6 +135,7 @@ int main ()
LDFLAGS_libplatform=""
for static_link_extra_file in libv8_libplatform.a libv8_libbase.a; do
AC_MSG_CHECKING([for $static_link_extra_file])
static_link_dir=""
if test -r $V8_DIR/lib64/$static_link_extra_file; then
static_link_dir=$V8_DIR/lib64