Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

Commit

Permalink
better emoji; opencc config dropdown (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleoflqj authored Apr 21, 2024
1 parent cba82b0 commit 658c9d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions patches/chinese-addons.patch
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4289b48..067facb 100644
index 9345c75..ca55c94 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -65,6 +65,8 @@ endif()
find_package(Boost 1.61 REQUIRED COMPONENTS iostreams)
@@ -66,6 +66,8 @@ endif()
find_package(Boost 1.61 REQUIRED COMPONENTS iostreams OPTIONAL_COMPONENTS json)
find_package(LibIMEPinyin 1.1.7 REQUIRED)
find_package(LibIMETable 1.1.4 REQUIRED)
+pkg_check_modules(ZSTD REQUIRED IMPORTED_TARGET "libzstd")
Expand Down

0 comments on commit 658c9d6

Please sign in to comment.