diff options
author | Andrew Morrow <acm@mongodb.com> | 2014-04-23 12:08:55 -0400 |
---|---|---|
committer | Andrew Morrow <acm@mongodb.com> | 2014-07-12 16:50:51 -0400 |
commit | ef4f60e3951929a7b16cf8920216310ecc58cc49 (patch) | |
tree | 8e7c6419f6399fcf65a27e3536ce8b43f7702d05 /src/third_party/s2 | |
parent | f6a6dec8f14ef75980d1512bb6d5e30fab6b73db (diff) | |
download | mongo-ef4f60e3951929a7b16cf8920216310ecc58cc49.tar.gz |
SERVER-14343 leaner include paths
Diffstat (limited to 'src/third_party/s2')
-rw-r--r-- | src/third_party/s2/SConscript | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/third_party/s2/SConscript b/src/third_party/s2/SConscript index 4397cdf0f89..3c57cdb1d58 100644 --- a/src/third_party/s2/SConscript +++ b/src/third_party/s2/SConscript @@ -9,9 +9,8 @@ env.SConscript( [ "strings/SConscript", "util/coding/SConscript", "util/math/SConscript", - ] ) + ], exports={ 'env' : env }) -env.Append(CCFLAGS=['-Isrc/third_party/s2']) env.Append(CCFLAGS=['-DDEBUG_MODE=false']) # Clang warns about struct/class tag mismatch, but as long as this is |