Skip to content

Commit 8d7be6c

Browse files
committed
Update wasm build script marisa path
1 parent 0cfb89d commit 8d7be6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wasm-lib/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ OPENCC_SRCS=(
3434
)
3535

3636
# marisa trie 源文件
37-
MARISA_DIR="${OPENCC_SRC_DIR}/deps/marisa-0.2.6"
37+
MARISA_DIR="${OPENCC_SRC_DIR}/deps/marisa-0.3.1"
3838
MARISA_SRCS=(
3939
${MARISA_DIR}/lib/marisa/agent.cc
4040
${MARISA_DIR}/lib/marisa/keyset.cc

0 commit comments

Comments
 (0)