diff options
Diffstat (limited to 'src/mongo/db/geo/SConscript')
-rw-r--r-- | src/mongo/db/geo/SConscript | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mongo/db/geo/SConscript b/src/mongo/db/geo/SConscript index ca2d94c7349..83a185ec13c 100644 --- a/src/mongo/db/geo/SConscript +++ b/src/mongo/db/geo/SConscript @@ -2,6 +2,8 @@ Import("env") +env = env.Clone() + # Core geometry shape libraries env.Library("geometry", [ "hash.cpp", "shapes.cpp", @@ -34,4 +36,4 @@ env.CppUnitTest("r2_region_coverer_test", [ "r2_region_coverer_test.cpp" ], env.CppUnitTest("big_polygon_test", [ "big_polygon_test.cpp" ], LIBDEPS = [ "geometry", - "$BUILD_DIR/mongo/db/common" ]) # db/common needed for field parsing
\ No newline at end of file + "$BUILD_DIR/mongo/db/common" ]) # db/common needed for field parsing |