We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe9baa7 commit 112b602Copy full SHA for 112b602
README.md
@@ -257,6 +257,9 @@ Windows:
257
$ pkg-config --modversion icu-i18n && ./configure --with-intl=system-icu
258
```
259
260
+If you are cross compiling, your `pkg-config` must be able to supply a path
261
+that works for both your host and target environments.
262
+
263
#### Build with a specific ICU:
264
265
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