aboutsummaryrefslogtreecommitdiffhomepage
path: root/binding.gyp
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-10-05 09:50:18 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-10-05 09:50:18 -0700
commitb7a8cace34551eef286acd761c9b8e5de1747894 (patch)
tree74199ef7328c5b23107224a3aeab40d055fdf55e /binding.gyp
parent8a8f5ed041d6fa1b772bda0b9d193aeb7dea9172 (diff)
Add abseil to core, use it for InlinedVector
Diffstat (limited to 'binding.gyp')
-rw-r--r--binding.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/binding.gyp b/binding.gyp
index 6dbd0e71c3..6e3437dbd7 100644
--- a/binding.gyp
+++ b/binding.gyp
@@ -63,6 +63,7 @@
'-Wno-long-long',
'-Wno-unused-parameter',
'-DOSATOMIC_USE_INLINED=1',
+ '-Ithird_party/abseil-cpp',
],
'ldflags': [
'-g',
@@ -184,6 +185,7 @@
'-Wno-long-long',
'-Wno-unused-parameter',
'-DOSATOMIC_USE_INLINED=1',
+ '-Ithird_party/abseil-cpp',
],
'OTHER_CPLUSPLUSFLAGS': [
'-g',
@@ -193,6 +195,7 @@
'-Wno-long-long',
'-Wno-unused-parameter',
'-DOSATOMIC_USE_INLINED=1',
+ '-Ithird_party/abseil-cpp',
'-stdlib=libc++',
'-std=c++11',
'-Wno-error=deprecated-declarations'