Skip to content

Commit

Permalink
build: do not -linkall
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael-proust committed Feb 21, 2014
1 parent 8a66bc6 commit 75a0523
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion META
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "o9p"
version = "0.4.1"
version = "0.4.2"
description = "9P library implementation in OCaml"
requires = "unix, str"
archive(byte) = "o9p.cma"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ uninstall:
$(OCAMLFIND) remove $(NAME)

$(LIB): $(LIBCMI) $(LIBOBJ)
$(OCAMLFIND) $(OCAMLC) -a -o $@ -package "$(REQUIRES)" -linkpkg $(LIBOBJ)
$(OCAMLFIND) $(OCAMLC) -a -o $@ -package "$(REQUIRES)" $(LIBOBJ)

$(LIBX): $(LIBCMI) $(LIBXOBJ)
$(OCAMLFIND) $(OCAMLOPT) -a -o $@ -package "$(REQUIRES)" $(LIBXOBJ)
Expand Down

0 comments on commit 75a0523

Please sign in to comment.