We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 413ca53 commit 2a69b68Copy full SHA for 2a69b68
README.md
@@ -228,6 +228,9 @@ Windows:
228
$ pkg-config --modversion icu-i18n && ./configure --with-intl=system-icu
229
```
230
231
+If you are cross compiling, your `pkg-config` must be able to supply a path
232
+that works for both your host and target environments.
233
+
234
#### Build with a specific ICU:
235
236
You can find other ICU releases at
tools/icu/icu-system.gyp
@@ -9,10 +9,12 @@
9
{
10
'target_name': 'icuuc',
11
'type': 'none',
12
+ 'toolsets': [ 'host', 'target' ],
13
},
14
15
'target_name': 'icui18n',
16
17
18
19
],
20
}
0 commit comments