summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSteven R. Loomis <srl@icu-project.org>2015-11-12 18:10:26 -0800
committerJames M Snell <jasnell@gmail.com>2015-11-14 16:38:40 -0800
commit84f09647d0ea41ea1efee0431d7ac40b235ab382 (patch)
treebc8ee66a65cfb206ed12a306869725bc90ed876a /README.md
parent11ad744a92374ad71730cbfb7abea71fda0abb74 (diff)
downloadandroid-node-v8-84f09647d0ea41ea1efee0431d7ac40b235ab382.tar.gz
android-node-v8-84f09647d0ea41ea1efee0431d7ac40b235ab382.tar.bz2
android-node-v8-84f09647d0ea41ea1efee0431d7ac40b235ab382.zip
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>
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3c14da0439..e7db6624f5 100644
--- a/README.md
+++ b/README.md
@@ -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