mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
26 lines
828 B
Diff
26 lines
828 B
Diff
--- build/linux/unbundle/icu.gyp.orig 2013-09-27 18:18:50.531839532 +0000
|
|
+++ build/linux/unbundle/icu.gyp 2013-09-27 18:19:08.301950500 +0000
|
|
@@ -7,6 +7,7 @@
|
|
{
|
|
'target_name': 'system_icu',
|
|
'type': 'none',
|
|
+ 'toolsets': ['host', 'target'],
|
|
'direct_dependent_settings': {
|
|
'defines': [
|
|
'U_USING_ICU_NAMESPACE=0',
|
|
@@ -30,6 +31,7 @@
|
|
{
|
|
'target_name': 'icui18n',
|
|
'type': 'none',
|
|
+ 'toolsets': ['host', 'target'],
|
|
'dependencies': ['system_icu'],
|
|
'export_dependent_settings': ['system_icu'],
|
|
'variables': {
|
|
@@ -116,6 +118,7 @@
|
|
{
|
|
'target_name': 'icuuc',
|
|
'type': 'none',
|
|
+ 'toolsets': ['host', 'target'],
|
|
'dependencies': ['system_icu'],
|
|
'export_dependent_settings': ['system_icu'],
|
|
'variables': {
|