summaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
Diffstat (limited to 'third_party')
-rw-r--r--third_party/libc++/libc++.gyp6
-rw-r--r--third_party/libc++abi/libc++abi.gyp8
2 files changed, 13 insertions, 1 deletions
diff --git a/third_party/libc++/libc++.gyp b/third_party/libc++/libc++.gyp
index fd9c604..7f87ead 100644
--- a/third_party/libc++/libc++.gyp
+++ b/third_party/libc++/libc++.gyp
@@ -42,6 +42,8 @@
'include_dirs': [
'trunk/include',
'../libc++abi/trunk/include',
+ # TODO(earthdok): remove when http://crbug.com/337426 is fixed
+ '../llvm-build/Release+Asserts/lib/clang/3.5/include/'
],
'cflags': [
'-g', '-Os', '-fPIC',
@@ -71,6 +73,10 @@
'-stdlib=libc++',
'-L<(PRODUCT_DIR)/lib/',
],
+ 'include_dirs': [
+ # TODO(earthdok): remove when http://crbug.com/337426 is fixed
+ '../llvm-build/Release+Asserts/lib/clang/3.5/include/'
+ ],
}],
],
},
diff --git a/third_party/libc++abi/libc++abi.gyp b/third_party/libc++abi/libc++abi.gyp
index 6e56ff9..0a1ab54 100644
--- a/third_party/libc++abi/libc++abi.gyp
+++ b/third_party/libc++abi/libc++abi.gyp
@@ -32,7 +32,9 @@
],
'include_dirs': [
'trunk/include',
- '../libc++/trunk/include'
+ '../libc++/trunk/include',
+ # TODO(earthdok): remove when http://crbug.com/337426 is fixed
+ '../llvm-build/Release+Asserts/lib/clang/3.5/include/'
],
'cflags': [
'-g', '-O3', '-fPIC',
@@ -66,6 +68,10 @@
'ldflags': [
'-L<(PRODUCT_DIR)/lib/',
],
+ 'include_dirs': [
+ # TODO(earthdok): remove when http://crbug.com/337426 is fixed
+ '../llvm-build/Release+Asserts/lib/clang/3.5/include/'
+ ],
}],
],
},