summaryrefslogtreecommitdiffstats
path: root/build/linux/system.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'build/linux/system.gyp')
-rw-r--r--build/linux/system.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/linux/system.gyp b/build/linux/system.gyp
index 39b3a11..e0f7a1b 100644
--- a/build/linux/system.gyp
+++ b/build/linux/system.gyp
@@ -93,8 +93,8 @@
# out of $(pkg-config --cflags nss) and GYP include paths
# come after cflags on the command line. So we have these
# bodges:
- '-Inet/third_party/nss/ssl', # for make
- '-IWebKit/chromium/net/third_party/nss/ssl', # for make in webkit
+ '-Inet/third_party/nss/ssl', # for make
+ '-ISource/WebKit/chromium/net/third_party/nss/ssl', # for make in webkit
'<!@(<(pkg-config) --cflags nss)',
],
},