diff options
author | Steven R. Loomis <srl@icu-project.org> | 2014-10-03 17:42:37 -0700 |
---|---|---|
committer | Trevor Norris <trev.norris@gmail.com> | 2014-10-07 15:17:44 -0700 |
commit | f769d133b7612edb8115d53d28fad7aab5387580 (patch) | |
tree | 71943c6c030edde6ff773a0646338d8461f7d9e4 /tools/icu | |
parent | 640ad632e3bf04fe07fa2b9dc3ca940c2e8d0261 (diff) | |
download | node-new-f769d133b7612edb8115d53d28fad7aab5387580.tar.gz |
build: i18n: move noisy variables to separate gypi
Fixes: https://github.com/joyent/node/issues/7676#issuecomment-57535890
Reviewed-by: Trevor Norris <trev.norris@gmail.com>
Diffstat (limited to 'tools/icu')
-rw-r--r-- | tools/icu/icu-generic.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/icu/icu-generic.gyp b/tools/icu/icu-generic.gyp index fa5e5773b2..bc0a660cbf 100644 --- a/tools/icu/icu-generic.gyp +++ b/tools/icu/icu-generic.gyp @@ -9,6 +9,7 @@ 'variables': { 'icu_src_derb': [ '../../deps/icu/source/tools/genrb/derb.c' ], }, + 'includes': [ '../../icu_config.gypi' ], 'targets': [ { # a target to hold uconfig defines. |