File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
prerequisites/build-functions Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -82,11 +82,12 @@ build_and_install()
8282 export Mojave=" 18.7.0"
8383 if [ $( version $kernel ) -ge $( version $Mojave ) ]; then
8484 info " "
85- info " ____________ "
85+ info " ______________________________________________________________________________ "
8686 info " Detected Darwin $kernel >= $Mojave (Mojave). If $package_to_build build fails"
87- info " due to missing a header (*.h) file, please try the following bash command: "
88- info " cd /Library/Developer/CommandLineTools/Packages/ && open ."
89- info " Then restart $this_script . See https://bit.ly/build-gcc-on-mojave for more details."
87+ info " due to a missing header (*.h) file, please try something the following bash command:"
88+ info " open /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg"
89+ info " Follow the prompts to install the missing headers. Then restart this $this_script ."
90+ info " See https://bit.ly/build-gcc-on-mojave for more details."
9091 if [[ " ${arg_y} " == " ${__flag_present} " ]]; then
9192 info " -y or --yes-to-all flag present. Proceeding with non-interactive build."
9293 else
You can’t perform that action at this time.
0 commit comments