firefox: build on darwin

Fixes #30285
This commit is contained in:
Matthew Bauer
2018-07-10 18:10:04 -04:00
parent a68e5e918e
commit 0edb441a0e
3 changed files with 17 additions and 7 deletions

View File

@@ -43,7 +43,7 @@ while [ $# -gt 0 ]; do
-s | --switch) shift;; # noop
-r | --reset) ;; # noop
-v | --version) echo xcode-select version ${xcodeSelectVersion} ;;
-p | --print-path) echo @DEVELOPER_DIR@ ;;
-p | -print-path | --print-path) echo @DEVELOPER_DIR@ ;;
--install) ;; # noop
esac
shift