File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,9 @@ What's New in libchewing 0.8.4 (May 27, 2024)
2
2
---------------------------------------------------------
3
3
4
4
* Bug fixed
5
- - Config options were incorrectly reset after certain operations (introduced
5
+ - Config options were incorrectly reset after certain operations. (introduced
6
6
in v0.8.0)
7
+ - Installation failure if build with testing off. (introduced in v0.8.3)
7
8
8
9
9
10
What's New in libchewing 0.8.3 (May 25, 2024)
Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ add_custom_target(data ALL DEPENDS ${ALL_DATA})
14
14
15
15
# We need to copy static data to binary tree when using out of tree build.
16
16
set (ALL_STATIC_DATA
17
- ${DATA_BIN_DIR } /pinyin.tab
18
- ${DATA_BIN_DIR } /swkb.dat
19
- ${DATA_BIN_DIR } /symbols.dat
17
+ ${DATA_SRC_DIR } /pinyin.tab
18
+ ${DATA_SRC_DIR } /swkb.dat
19
+ ${DATA_SRC_DIR } /symbols.dat
20
20
)
21
21
22
22
add_custom_target (all_static_data
You can’t perform that action at this time.
0 commit comments