To reiterate, I'm running the first OS X 10.10 beta, and attempting to reinstall MongoDB with Homebrew.
After running $ brew install mongodb
, this is the output:
==> Downloading http://downloads.mongodb.org/src/mongodb-src-r2.6.1.tar.gz
==> /usr/local/opt/scons/bin/scons install --prefix=/usr/local/Cellar/mongodb/2.6.1 -j8 --cc=/usr/bin/clang --cxx=/usr/bin/clang++ --osx-version-min=10.10 --full --64
scons: Reading SConscript files ...
Mkdir(".scons/Darwin/nohost")
usage: scons [OPTION] [TARGET] ...
SCons Error: option --osx-version-min: invalid choice: '10.10' (choose from '10.6', '10.7', '10.8', '10.9')
Obviously the install package isn't configured for 10.10 because it isn't released to the public yet.
Is there a way to manually bypass this during the build process?