Skip to content

Commit 99ae9d8

Browse files
authored
Fix wording in build_and_install.sh message
1 parent 95f0ef4 commit 99ae9d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prerequisites/build-functions/build_and_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ build_and_install()
8484
info ""
8585
info "______________________________________________________________________________"
8686
info "Detected Darwin $kernel >= $Mojave (Mojave). If $package_to_build build fails"
87-
info "due to a missing header (*.h) file, please try something the following bash command:"
87+
info "due to a missing header (*.h) file, please try something like the following bash command:"
8888
info "open /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg"
8989
info "Follow the prompts to install the missing headers. Then restart this $this_script."
9090
info "See https://bit.ly/build-gcc-on-mojave for more details."

0 commit comments

Comments
 (0)