File tree Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -61,14 +61,24 @@ list(APPEND V8_GYP_ARGS
61
61
## ICU EXPORTS
62
62
################################################################################
63
63
64
+ set (ICU_COMPACT_VERSION
65
+ "54"
66
+ CACHE INTERNAL
67
+ "ICU: compact Version"
68
+ )
69
+
64
70
set (ICU_VERSION
65
- "54 .1"
71
+ "${ICU_COMPACT_VERSION} .1"
66
72
CACHE INTERNAL
67
73
"ICU: Version"
68
- )
74
+ )
75
+
76
+ set (ICU_BASEDIR ${V8_DIR} /third_party/icu/source )
77
+ set (ICU_DT "${ICU_BASEDIR} /data/in/icudtl.dat" )
78
+ set (ICU_DT_DEST "icudt${ICU_COMPACT_VERSION} l.dat" )
69
79
70
80
set (ICU_INCLUDE_DIR
71
- ${V8_DIR} /third_party/icu/source/ common;${V8_DIR}/third_party/icu/source/ i18n;${V8_DIR}/third_party/icu/source /io
81
+ ${ICU_BASEDIR} / common;${ICU_BASEDIR}/ i18n;${ICU_BASEDIR} /io
72
82
CACHE INTERNAL
73
83
"ICU: include path"
74
84
FORCE
@@ -449,3 +459,6 @@ else ()
449
459
set (LINK_DIRECTORIES "${LINK_DIRECTORIES} " PARENT_SCOPE )
450
460
endif ()
451
461
462
+ install (FILES ${ICU_DT}
463
+ DESTINATION "share/arangodb/"
464
+ RENAME ${ICU_DT_DEST} )
You can’t perform that action at this time.
0 commit comments