mirror of
https://github.com/phpv8/v8js.git
synced 2024-11-09 23:08:41 +00:00
Fix configuration on MacOS platform
This commit is contained in:
parent
2a80b0b866
commit
28a5832f23
@ -145,6 +145,7 @@ int main ()
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
LDFLAGS_libplatform=""
|
||||||
for static_link_extra_file in $static_link_extra; do
|
for static_link_extra_file in $static_link_extra; do
|
||||||
AC_MSG_CHECKING([for $static_link_extra_file])
|
AC_MSG_CHECKING([for $static_link_extra_file])
|
||||||
|
|
||||||
@ -164,7 +165,7 @@ int main ()
|
|||||||
AC_MSG_ERROR([Please provide $static_link_extra_file next to the libv8.so, see README.md for details])
|
AC_MSG_ERROR([Please provide $static_link_extra_file next to the libv8.so, see README.md for details])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
LDFLAGS_libplatform="$static_link_dir/$static_link_extra_file"
|
LDFLAGS_libplatform="$LDFLAGS_libplatform $static_link_dir/$static_link_extra_file"
|
||||||
done
|
done
|
||||||
|
|
||||||
# modify flags for (possibly) succeeding V8 startup check
|
# modify flags for (possibly) succeeding V8 startup check
|
||||||
|
Loading…
Reference in New Issue
Block a user