We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 781d531 commit 2c1ba61Copy full SHA for 2c1ba61
app/src/main/jni/CMakeLists.txt
@@ -26,8 +26,6 @@ option(WITH_UNWIND "Enable libunwind support" OFF)
26
add_subdirectory(librime/deps/glog)
27
target_compile_options(
28
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
31
32
option(YAML_CPP_BUILD_TOOLS "" OFF)
33
option(YAML_CPP_BUILD_TESTS "" OFF)
app/src/main/jni/librime
0 commit comments