build: fix --with-intl=system-icu for x-compile

* add toolset stuff to icu-system.gyp
* update docs

Fixes: https://github.com/nodejs/node/issues/3801
PR-URL: https://github.com/nodejs/node/pull/3808
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
Steven R. Loomis 2015-11-12 18:10:26 -08:00 committed by James M Snell
parent 11ad744a92
commit 84f09647d0
2 changed files with 5 additions and 0 deletions

View File

@ -228,6 +228,9 @@ Windows:
$ pkg-config --modversion icu-i18n && ./configure --with-intl=system-icu
```
If you are cross compiling, your `pkg-config` must be able to supply a path
that works for both your host and target environments.
#### Build with a specific ICU:
You can find other ICU releases at

View File

@ -9,10 +9,12 @@
{
'target_name': 'icuuc',
'type': 'none',
'toolsets': [ 'host', 'target' ],
},
{
'target_name': 'icui18n',
'type': 'none',
'toolsets': [ 'host', 'target' ],
},
],
}