summaryrefslogtreecommitdiff
path: root/chromium/third_party/icu/icu.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/icu/icu.gyp')
-rw-r--r--chromium/third_party/icu/icu.gyp4
1 files changed, 4 insertions, 0 deletions
diff --git a/chromium/third_party/icu/icu.gyp b/chromium/third_party/icu/icu.gyp
index 4d8259af005..416050d66d8 100644
--- a/chromium/third_party/icu/icu.gyp
+++ b/chromium/third_party/icu/icu.gyp
@@ -642,6 +642,8 @@
],
},
},{ # OS!="android"
+ 'conditions': [
+ ['qt_os!="embedded_linux"', {
'link_settings': {
'ldflags': [
'<!@(icu-config --ldflags)',
@@ -650,6 +652,8 @@
'<!@(icu-config --ldflags-libsonly)',
],
},
+ }],
+ ],
}],
],
},