Skip to content

Commit

Permalink
chore: update librime to 1.12.0-1-gec40354
Browse files Browse the repository at this point in the history
This commit updates bundled glog to 0.7.1, which fix the Android detection, so we can remove our patch.
  • Loading branch information
WhiredPlanck committed Dec 16, 2024
1 parent 781d531 commit 2c1ba61
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions app/src/main/jni/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ option(WITH_UNWIND "Enable libunwind support" OFF)
add_subdirectory(librime/deps/glog)
target_compile_options(
glog_internal PRIVATE "-ffile-prefix-map=${CMAKE_CURRENT_SOURCE_DIR}=.")
target_compile_definitions(glog PRIVATE GLOG_OS_ANDROID) # remove when glog
# 0.8.0

option(YAML_CPP_BUILD_TOOLS "" OFF)
option(YAML_CPP_BUILD_TESTS "" OFF)
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/jni/librime

0 comments on commit 2c1ba61

Please sign in to comment.