]> git.pld-linux.org Git - packages/chromium-browser.git/blame - system-icu.patch
workaround bad python path detection
[packages/chromium-browser.git] / system-icu.patch
CommitLineData
fb336f24
ER
1--- build/linux/unbundle/icu.gyp.orig 2013-09-27 18:18:50.531839532 +0000
2+++ build/linux/unbundle/icu.gyp 2013-09-27 18:19:08.301950500 +0000
3@@ -7,6 +7,7 @@
4 {
5 'target_name': 'system_icu',
6 'type': 'none',
7+ 'toolsets': ['host', 'target'],
8 'direct_dependent_settings': {
9 'defines': [
10 'U_USING_ICU_NAMESPACE=0',
11@@ -30,6 +31,7 @@
12 {
13 'target_name': 'icui18n',
14 'type': 'none',
15+ 'toolsets': ['host', 'target'],
16 'dependencies': ['system_icu'],
17 'export_dependent_settings': ['system_icu'],
18 'variables': {
19@@ -116,6 +118,7 @@
20 {
21 'target_name': 'icuuc',
22 'type': 'none',
23+ 'toolsets': ['host', 'target'],
24 'dependencies': ['system_icu'],
25 'export_dependent_settings': ['system_icu'],
26 'variables': {
This page took 0.02898 seconds and 4 git commands to generate.