Skip to content

Commit 3394f35

Browse files
committed
<third_party/icu> Do not use icu-config on eLinux
We require that the icu libs are in the default library seach path. Change-Id: Ia4981781f4239617831909da1250a61191a8c7dd Reviewed-by: Zeno Albisser <[email protected]>
1 parent 6e52f09 commit 3394f35

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

chromium/third_party/icu/icu.gyp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -642,6 +642,8 @@
642642
],
643643
},
644644
},{ # OS!="android"
645+
'conditions': [
646+
['qt_os!="embedded_linux"', {
645647
'link_settings': {
646648
'ldflags': [
647649
'<!@(icu-config --ldflags)',
@@ -650,6 +652,8 @@
650652
'<!@(icu-config --ldflags-libsonly)',
651653
],
652654
},
655+
}],
656+
],
653657
}],
654658
],
655659
},

0 commit comments

Comments
 (0)