未验证 提交 e093cfa3 编写于 作者: M Matt Witherspoon 提交者: GitHub

Merge pull request #6771 from EOSIO/fix_fresh_macos_16x

Don't unlink what we install via brew - 1.6.x
......@@ -161,13 +161,12 @@
printf "\\tExiting now.\\n\\n"
exit 1;
fi
if [[ "$DEP" == "llvm@4" ]]; then
"${BREW}" unlink ${DEP}
elif ! "${BREW}" unlink ${DEP} && "${BREW}" link --force ${DEP}
then
printf "\\tHomebrew exited with the above errors.\\n"
printf "\\tExiting now.\\n\\n"
exit 1;
if [ $PERMISSION_GETTEXT -eq 1 ]; then
if ! "${BREW}" link --force gettext; then
printf "\\tHomebrew exited with the above errors.\\n"
printf "\\tExiting now.\\n\\n"
exit 1;
fi
fi
break;;
[Nn]* ) echo "User aborting installation of required dependencies, Exiting now."; exit;;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册