Skip to content

Commit

Permalink
hard code librime version
Browse files Browse the repository at this point in the history
  • Loading branch information
mokapsing authored Aug 2, 2023
1 parent 03109dc commit d70543c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/jni/librime_jni/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ execute_process(
COMMAND git --git-dir ${CMAKE_SOURCE_DIR}/librime/.git describe --tags
OUTPUT_VARIABLE LIBRIME_VERSION
)
string(STRIP ${LIBRIME_VERSION} LIBRIME_VERSION)
# string(STRIP ${LIBRIME_VERSION} LIBRIME_VERSION)
set(LIBRIME_VERSION "1.8.5-dev")
set(LIBRIME_VERSION "${LIBRIME_VERSION}-${ANDROID_ABI}")

target_compile_definitions(rime_jni PRIVATE
Expand Down

0 comments on commit d70543c

Please sign in to comment.