Skip to content

Commit 7b71c6f

Browse files
committed
chore: update librime to 1.11.2-39-gb74f5fa0
fix: could only delete candidate of first index (#1491) refactor: exclude latest tag from librime git version name
1 parent d7987b2 commit 7b71c6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/main/jni/librime_jni/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ execute_process(
3131
string(STRIP ${OPENCC_VERSION} OPENCC_VERSION)
3232

3333
execute_process(
34-
COMMAND git --git-dir ${CMAKE_SOURCE_DIR}/librime/.git describe --tags
34+
COMMAND git --git-dir ${CMAKE_SOURCE_DIR}/librime/.git describe --tags --exclude "latest"
3535
OUTPUT_VARIABLE LIBRIME_VERSION
3636
)
3737
string(STRIP ${LIBRIME_VERSION} LIBRIME_VERSION)

0 commit comments

Comments
 (0)