mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
84f09647d0
* 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>
21 lines
470 B
Python
21 lines
470 B
Python
# Copyright (c) 2014 IBM Corporation and Others. All Rights Reserved.
|
|
|
|
# This variant is used for the '--with-intl=system-icu' option.
|
|
# 'configure' has already set 'libs' and 'cflags' - so,
|
|
# there's nothing to do in these targets.
|
|
|
|
{
|
|
'targets': [
|
|
{
|
|
'target_name': 'icuuc',
|
|
'type': 'none',
|
|
'toolsets': [ 'host', 'target' ],
|
|
},
|
|
{
|
|
'target_name': 'icui18n',
|
|
'type': 'none',
|
|
'toolsets': [ 'host', 'target' ],
|
|
},
|
|
],
|
|
}
|