summaryrefslogtreecommitdiffstats
path: root/build/linux
diff options
context:
space:
mode:
Diffstat (limited to 'build/linux')
-rw-r--r--build/linux/system.gyp12
1 files changed, 6 insertions, 6 deletions
diff --git a/build/linux/system.gyp b/build/linux/system.gyp
index c9452bd..73f439a 100644
--- a/build/linux/system.gyp
+++ b/build/linux/system.gyp
@@ -9,12 +9,12 @@
'type': 'settings',
'direct_dependent_settings': {
'cflags': [
- '<!@(python ../build/linux/pkg_config_wrapper.py --cflags gtk+-2.0)',
+ '<!@(python pkg_config_wrapper.py --cflags gtk+-2.0)',
],
},
'link_settings': {
'libraries': [
- '<!@(python ../build/linux/pkg_config_wrapper.py --libs gtk+-2.0)',
+ '<!@(python pkg_config_wrapper.py --libs gtk+-2.0)',
],
},
},
@@ -23,12 +23,12 @@
'type': 'settings',
'direct_dependent_settings': {
'cflags': [
- '<!@(python ../build/linux/pkg_config_wrapper.py --cflags nss)',
+ '<!@(python pkg_config_wrapper.py --cflags nss)',
],
},
'link_settings': {
'libraries': [
- '<!@(python ../build/linux/pkg_config_wrapper.py --libs nss)',
+ '<!@(python pkg_config_wrapper.py --libs nss)',
],
},
},
@@ -37,12 +37,12 @@
'type': 'settings',
'direct_dependent_settings': {
'cflags': [
- '<!@(python ../build/linux/pkg_config_wrapper.py --cflags pangoft2)',
+ '<!@(python pkg_config_wrapper.py --cflags pangoft2)',
],
},
'link_settings': {
'libraries': [
- '<!@(python ../build/linux/pkg_config_wrapper.py --libs pangoft2)',
+ '<!@(python pkg_config_wrapper.py --libs pangoft2)',
],
},
},