1 Star 0 Fork 12

huanghaitao/opencc

forked from src-openEuler/opencc 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
opencc-stop-copy.patch 615 Bytes
一键复制 编辑 原始数据 按行查看 历史
hht8 提交于 2020-06-29 16:41 . fix build error
From 6a1e149b643d07b465b348e23a696f8df800cdc4 Mon Sep 17 00:00:00 2001
Subject: [PATCH] opencc stop copy
---
data/CMakeLists.txt | 2 --
1 file changed, 2 deletions(-)
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt
index 3989bad..c9b20c1 100644
--- a/data/CMakeLists.txt
+++ b/data/CMakeLists.txt
@@ -109,8 +109,6 @@ foreach(DICT ${DICTS})
${DICT}.ocd
COMMENT
"Building ${DICT}.ocd"
- COMMAND
- ${CMAKE_COMMAND} -E copy "$<TARGET_FILE:libopencc>" "$<TARGET_FILE_DIR:${OPENCC_DICT_BIN}>"
COMMAND
${OPENCC_DICT_BIN}
--input ${DICT_${DICT}_INPUT}
--
2.23.0
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hht8/opencc.git
git@gitee.com:hht8/opencc.git
hht8
opencc
opencc
master

搜索帮助