diff options
Diffstat (limited to 'build/linux/system.gyp')
-rw-r--r-- | build/linux/system.gyp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/build/linux/system.gyp b/build/linux/system.gyp index dbd394b..71e4afa 100644 --- a/build/linux/system.gyp +++ b/build/linux/system.gyp @@ -88,8 +88,9 @@ # out of $(pkg-config --cflags nss) and GYP include paths # come after cflags on the command line. So we have these # bodges: - '-I../net/third_party/nss/ssl', # for scons - '-Inet/third_party/nss/ssl', # for make + '-I../net/third_party/nss/ssl', # for scons + '-Inet/third_party/nss/ssl', # for make + '-IWebKit/chromium/net/third_party/nss/ssl', # for make in webkit '<!@(<(pkg-config) --cflags nss)', ], }, |