Skip to content

Commit

Permalink
Update librime
Browse files Browse the repository at this point in the history
  • Loading branch information
groverlynn committed Oct 17, 2023
1 parent e8c984d commit 35f45be
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@ package/test-*
*~
.*.swp
.DS_Store
rime-with-plugins-1.7.3-osx.zip
1 change: 1 addition & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
path = librime
url = https://github.com/groverlynn/librime.git
branch = test
ignore = dirty
[submodule "plum"]
path = plum
url = https://github.com/groverlynn/plum.git
Expand Down
9 changes: 4 additions & 5 deletions autobuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@ make clean clean-deps

bash librime/install-plugins.sh rime/librime-sample lotem/librime-octagram hchunhui/librime-lua

export CMAKE_GENERATOR=Ninja
export BUILD_UNIVERSAL=1
bash librime/install-boost.sh
export BOOST_ROOT="$(pwd)/librime/deps/boost_1_83_0"

export CMAKE_GENERATOR=Ninja
export PATH="/opt/homebrew/opt/llvm/bin:/usr/local/opt/llvm/bin:$PATH"
make -C librime ARCHS="arm64;x86_64" test
make -C librime ARCHS="arm64;x86_64" install
# export PATH="/opt/homebrew/opt/llvm/bin:/usr/local/opt/llvm/bin:$PATH"
make -C librime

make deps
make ARCHS="arm64;x86_64" install
make install
2 changes: 1 addition & 1 deletion librime

0 comments on commit 35f45be

Please sign in to comment.