blob: a8040aa0f232fc4a70e86eda60e1b3b57f90dcd8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- third_party/sfntly/sfntly.gyp.orig 2014-10-02 17:19:02 UTC
+++ third_party/sfntly/sfntly.gyp
@@ -126,7 +126,7 @@
'cpp/src/sample/chromium/subsetter_impl.h',
],
'include_dirs': [
- 'cpp/src', '../..',
+ 'cpp/src', '../..', '<(prefix_dir)/include',
],
# This macro must be define to suppress the use of exception
'defines': [
|