summaryrefslogtreecommitdiff
path: root/src/third_party/s2
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/s2')
-rw-r--r--src/third_party/s2/SConscript3
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