Skip to content

Commit

Permalink
Update makefile, adding -DSTD_BOOL flag
Browse files Browse the repository at this point in the history
  • Loading branch information
LEOYoon-Tsaw committed May 12, 2024
1 parent b0c1bbf commit aefcbc2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ INSTALL_NAME_TOOL_ARGS = -add_rpath @loader_path/../Frameworks
.PHONY: librime copy-rime-binaries

$(RIME_LIBRARY):
$(MAKE) librime
$(MAKE) -DSTD_BOOL librime

$(RIME_DEPS):
$(MAKE) -C librime deps
$(MAKE) -C -DSTD_BOOL librime deps

librime: $(RIME_DEPS)
$(MAKE) -C librime release install
$(MAKE) -C -DSTD_BOOL librime release install
$(MAKE) copy-rime-binaries

copy-rime-binaries:
Expand Down

0 comments on commit aefcbc2

Please sign in to comment.