From 82bf484893c0df6aef24c44e0991cd2f2e0cd119 Mon Sep 17 00:00:00 2001 From: Chunhui He Date: Sat, 20 Jan 2024 03:43:56 +0000 Subject: [PATCH] update patch --- .../0002-Revert-vendor-marisa-717.patch | 26 ------------------- 1 file changed, 26 deletions(-) diff --git a/patches/librime/0002-Revert-vendor-marisa-717.patch b/patches/librime/0002-Revert-vendor-marisa-717.patch index d52d753..5220177 100644 --- a/patches/librime/0002-Revert-vendor-marisa-717.patch +++ b/patches/librime/0002-Revert-vendor-marisa-717.patch @@ -27,32 +27,6 @@ index f154f37..ca546c4 100644 [submodule "opencc"] path = deps/opencc url = https://github.com/BYVoid/OpenCC.git -diff --git a/build-clang.bat b/build-clang.bat -index c54df0b..9e6f6f2 100644 ---- a/build-clang.bat -+++ b/build-clang.bat -@@ -118,7 +118,7 @@ if %build_deps% == 1 ( - - echo building marisa. - pushd deps\marisa-trie -- cmake . %deps_cmake_flags% || exit -+ cmake .. %deps_cmake_flags% || exit - cmake --build build || exit - cmake --install build || exit - popd -diff --git a/build.bat b/build.bat -index 53e3c16..75a7895 100644 ---- a/build.bat -+++ b/build.bat -@@ -245,7 +245,7 @@ if %build_deps% == 1 ( - - echo building marisa. - pushd deps\marisa-trie -- cmake . -B%build_dir% %deps_cmake_flags% -+ cmake .. -B%build_dir% %deps_cmake_flags% - if errorlevel 1 goto error - cmake --build %build_dir% --config %build_config% --target install - if errorlevel 1 goto error diff --git a/deps.mk b/deps.mk index 2bcab57..d631bd5 100644 --- a/deps.mk