Skip to content

Commit

Permalink
Static linking: install ocsigen-start.server.a
Browse files Browse the repository at this point in the history
  • Loading branch information
balat committed Aug 26, 2024
1 parent b50323b commit 81759c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ install: all META
cp $(SERVER_CMI) $(OCAMLFIND_DESTDIR)/$(PKG_NAME)/server
cp $(SERVER_CMX) $(OCAMLFIND_DESTDIR)/$(PKG_NAME)/server
cp $(LIBDIR)/$(PKG_NAME).client.cma $(OCAMLFIND_DESTDIR)/$(PKG_NAME)/client
cp $(LIBDIR)/$(PKG_NAME).server.a $(OCAMLFIND_DESTDIR)/$(PKG_NAME)/server
cp $(LIBDIR)/$(PKG_NAME).server.cm* $(OCAMLFIND_DESTDIR)/$(PKG_NAME)/server
scripts/install.sh $(TEMPLATE_DIR) $(TEMPLATE_NAME)

Expand Down

0 comments on commit 81759c8

Please sign in to comment.