Skip to content

Commit ad925fe

Browse files
committed
Homebrew: rustc has been renamed to rust
1 parent 61aea9e commit ad925fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ if [ $? -eq 0 ]; then
1919
fi
2020

2121
# Try local version on MacOS, otherwise error
22-
[[ $OSTYPE == "darwin"* ]] && curl "https://jeroen.github.io/autobrew/rustc" -sSf | sh && exit 0
22+
[[ $OSTYPE == "darwin"* ]] && curl "https://jeroen.github.io/autobrew/rust" -sSf | sh && exit 0
2323
echo "------------------ RUST COMPILER NOT FOUND --------------------"
2424
echo ""
2525
echo "Cargo was not found on the PATH. Please install cargo / rustc:"
2626
echo ""
2727
echo " - yum install cargo (Fedora/CentOS)"
2828
echo " - apt-get install cargo (Debian/Ubuntu)"
29-
echo " - brew install rustc (MacOS)"
29+
echo " - brew install rust (MacOS)"
3030
echo ""
3131
echo "Alternatively install Rust from: <https://www.rust-lang.org>"
3232
echo ""

0 commit comments

Comments
 (0)