mongodb@3.2: remove SCons 3.0 build fix

This commit is contained in:
ilovezfs 2017-10-11 04:46:22 -07:00
parent bc2ff6149c
commit 2bf7b26ed2

View file

@ -38,11 +38,6 @@ class MongodbAT32 < Formula
ENV.cxx11 if MacOS.version < :mavericks
ENV.libcxx if build.devel?
system "2to3-", "--write", "--fix=print", "SConstruct",
"src/mongo/installer/msi/SConscript",
"src/third_party/wiredtiger/SConscript",
"src/third_party/wiredtiger/SConstruct"
# New Go tools have their own build script but the server scons "install" target is still
# responsible for installing them.
Language::Go.stage_deps resources, buildpath/"src"