Skip to content

Commit 95f0ef4

Browse files
author
Damian Rouson
committed
refine installer output
1 parent 6dee23c commit 95f0ef4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

prerequisites/build-functions/build_and_install.sh

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)