Update symbol names of icu
This commit is contained in:
parent
2edf559571
commit
2208b8bd6e
2 changed files with 22 additions and 21 deletions
41
common.gypi
41
common.gypi
|
@ -147,29 +147,30 @@
|
|||
'conditions': [
|
||||
['target_arch=="ia32"', {
|
||||
'reference_symbols': [
|
||||
'_u_errorName_54',
|
||||
'_ubidi_setPara_54',
|
||||
'_ucsdet_getName_54',
|
||||
'_uidna_openUTS46_54',
|
||||
'_ulocdata_close_54',
|
||||
'_unorm_normalize_54',
|
||||
'_uregex_matches_54',
|
||||
'_uscript_getCode_54',
|
||||
'_usearch_setPattern_54',
|
||||
'?createInstance@Transliterator@icu_54@@SAPAV12@ABVUnicodeString@2@W4UTransDirection@@AAW4UErrorCode@@@Z',
|
||||
'_u_errorName_56',
|
||||
'_ubidi_setPara_56',
|
||||
'_ucsdet_getName_56',
|
||||
'_uidna_openUTS46_56',
|
||||
'_ulocdata_close_56',
|
||||
'_unorm_normalize_56',
|
||||
'_uregex_matches_56',
|
||||
'_uscript_getCode_56',
|
||||
'_uspoof_open_56',
|
||||
'_usearch_setPattern_56',
|
||||
'?createInstance@Transliterator@icu_56@@SAPAV12@ABVUnicodeString@2@W4UTransDirection@@AAW4UErrorCode@@@Z',
|
||||
],
|
||||
}, {
|
||||
'reference_symbols': [
|
||||
'u_errorName_54',
|
||||
'ubidi_setPara_54',
|
||||
'ucsdet_getName_54',
|
||||
'uidna_openUTS46_54',
|
||||
'ulocdata_close_54',
|
||||
'unorm_normalize_54',
|
||||
'uregex_matches_54',
|
||||
'uscript_getCode_54',
|
||||
'usearch_setPattern_54',
|
||||
'?createInstance@Transliterator@icu_54@@SAPEAV12@AEBVUnicodeString@2@W4UTransDirection@@AEAW4UErrorCode@@@Z',
|
||||
'u_errorName_56',
|
||||
'ubidi_setPara_56',
|
||||
'ucsdet_getName_56',
|
||||
'uidna_openUTS46_56',
|
||||
'ulocdata_close_56',
|
||||
'unorm_normalize_56',
|
||||
'uregex_matches_56',
|
||||
'uspoof_open_56',
|
||||
'usearch_setPattern_56',
|
||||
'?createInstance@Transliterator@icu_56@@SAPEAV12@AEBVUnicodeString@2@W4UTransDirection@@AEAW4UErrorCode@@@Z',
|
||||
],
|
||||
}],
|
||||
],
|
||||
|
|
2
vendor/brightray
vendored
2
vendor/brightray
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 7b6d8eb43e46146db544aba4a1dc69d88b98b3ab
|
||||
Subproject commit fce0672771792023ef66e180db48a894bc132c7d
|
Loading…
Reference in a new issue