Index: build/linux/system.gyp |
diff --git a/build/linux/system.gyp b/build/linux/system.gyp |
index cbd2e59c4919d6753f0831496993faa6916dbbb6..b925792c33c2fc7e7c974a0babbddeb78625a417 100644 |
--- a/build/linux/system.gyp |
+++ b/build/linux/system.gyp |
@@ -43,7 +43,7 @@ |
}, |
'conditions': [ |
['_toolset=="target"', { |
- 'direct_dependent_settings': { |
+ 'all_dependent_settings': { |
Jói
2013/04/23 22:45:22
Were the changes in this file meant to be part of
Paweł Hajdan Jr.
2013/04/23 22:58:11
Unfortunately, yes. Otherwise it doesn't compile.
Jói
2013/04/24 09:09:10
Hmm, do you know why?
Paweł Hajdan Jr.
2013/04/25 17:51:43
The error message is:
CXX(target) out/Debug/obj
|
'cflags': [ |
'<!@(<(pkg-config) --cflags <(gtk_packages))', |
], |
@@ -57,7 +57,7 @@ |
], |
}, |
}, { |
- 'direct_dependent_settings': { |
+ 'all_dependent_settings': { |
'cflags': [ |
'<!@(pkg-config --cflags <(gtk_packages))', |
], |