Skip to content

Commit 28a5832

Browse files
committed
Fix configuration on MacOS platform
1 parent 2a80b0b commit 28a5832

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config.m4

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ int main ()
145145
;;
146146
esac
147147

148+
LDFLAGS_libplatform=""
148149
for static_link_extra_file in $static_link_extra; do
149150
AC_MSG_CHECKING([for $static_link_extra_file])
150151

@@ -164,7 +165,7 @@ int main ()
164165
AC_MSG_ERROR([Please provide $static_link_extra_file next to the libv8.so, see README.md for details])
165166
fi
166167

167-
LDFLAGS_libplatform="$static_link_dir/$static_link_extra_file"
168+
LDFLAGS_libplatform="$LDFLAGS_libplatform $static_link_dir/$static_link_extra_file"
168169
done
169170

170171
# modify flags for (possibly) succeeding V8 startup check

0 commit comments

Comments
 (0)