Skip to content

Commit

Permalink
Update Librime to 1.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LEOYoon-Tsaw committed Apr 27, 2024
1 parent 95407db commit b543acd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ all: release
install: install-release

# Change to `xcode/dist-with-icu` if boost is linked to icu libraries.
RIME_DIST_TARGET = xcode/dist
RIME_DIST_TARGET = release

RIME_BIN_DIR = librime/dist/bin
RIME_LIB_DIR = librime/dist/lib
Expand Down Expand Up @@ -39,7 +39,7 @@ $(RIME_LIBRARY):
$(MAKE) librime

$(RIME_DEPS):
$(MAKE) -C librime xcode/deps
$(MAKE) -C librime deps

librime: $(RIME_DEPS)
$(MAKE) -C librime $(RIME_DIST_TARGET)
Expand Down Expand Up @@ -67,7 +67,7 @@ plum-data:
$(MAKE) copy-plum-data

opencc-data:
$(MAKE) -C librime xcode/deps/opencc
$(MAKE) -C librime deps/opencc
$(MAKE) copy-opencc-data

copy-plum-data:
Expand Down Expand Up @@ -173,5 +173,5 @@ clean:

clean-deps:
$(MAKE) -C plum clean
$(MAKE) -C librime xcode/clean
$(MAKE) -C librime clean
$(MAKE) clean-sparkle
2 changes: 1 addition & 1 deletion librime
Submodule librime updated 273 files

0 comments on commit b543acd

Please sign in to comment.