We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b13703 commit ee01d92Copy full SHA for ee01d92
build-monolith
@@ -31,9 +31,8 @@ case "${platform}" in
31
;;
32
"Linux")
33
find . -path "./torque_*/**/*.o" -or -path "./v8*/**/*.o" -or -path "./icu*/**/*.o" | sort | uniq | while read -r obj; do
34
- ar -cqS "${LIBV8_MONOLITH}" "${obj}"
+ ar -cq "${LIBV8_MONOLITH}" "${obj}"
35
done
36
- ranlib "${LIBV8_MONOLITH}"
37
38
*)
39
echo "Unsupported platform: ${platform}"
0 commit comments