mongodb@3.2: remove SCons 3.0 build fix
This commit is contained in:
parent
bc2ff6149c
commit
2bf7b26ed2
1 changed files with 0 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue