Skip to content

Commit 2c1ba61

Browse files
committed
chore: update librime to 1.12.0-1-gec40354
This commit updates bundled glog to 0.7.1, which fix the Android detection, so we can remove our patch.
1 parent 781d531 commit 2c1ba61

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

app/src/main/jni/CMakeLists.txt

-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ option(WITH_UNWIND "Enable libunwind support" OFF)
2626
add_subdirectory(librime/deps/glog)
2727
target_compile_options(
2828
glog_internal PRIVATE "-ffile-prefix-map=${CMAKE_CURRENT_SOURCE_DIR}=.")
29-
target_compile_definitions(glog PRIVATE GLOG_OS_ANDROID) # remove when glog
30-
# 0.8.0
3129

3230
option(YAML_CPP_BUILD_TOOLS "" OFF)
3331
option(YAML_CPP_BUILD_TESTS "" OFF)

0 commit comments

Comments
 (0)