/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tools/icu/icu-system.gyp
20 строк
470 B
Steven R. Loomis
build: fix --with-intl=system-icu for x-compile
15 ноя 2015, 03:38
15 ноя 2015, 03:38
84f0964
Код
Авторство
О чём код?
# 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' ], }, ], }