We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 204b82f commit a462113Copy full SHA for a462113
Makefile
@@ -44,6 +44,7 @@ librime: $(RIME_DEPS)
44
45
copy-rime-binaries:
46
cp -L $(RIME_LIB_DIR)/$(RIME_LIBRARY_FILE_NAME) lib/
47
+ cp -pR $(RIME_LIB_DIR)/rime-plugins lib/
48
cp $(RIME_BIN_DIR)/rime_deployer bin/
49
cp $(RIME_BIN_DIR)/rime_dict_manager bin/
50
$(INSTALL_NAME_TOOL) $(INSTALL_NAME_TOOL_ARGS) bin/rime_deployer
0 commit comments