Commit a835bd4c authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Mac: activate homebrew if available

parent 2379b9c8
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -17,6 +17,11 @@ fi

if [ "$(uname)" = "Darwin" ]; then
  PLATFORM=MacOSX
  if test -d /usr/local/opt/curl/bin; then
    # That's where homebrew lives, and it has the curl that doesn't cause
    # cert errors from the OS being too old.
    export PATH="/usr/local/opt/curl/bin:$PATH"
  fi
else
  PLATFORM=Linux
fi