Skip to content

Commit

Permalink
Merge pull request #226 from ocsigen/fix
Browse files Browse the repository at this point in the history
Fix module linking order with OCaml 5
  • Loading branch information
vouillon authored Oct 7, 2023
2 parents 9e6e3d4 + 2296e48 commit 7342cea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,7 @@ opt:: $(LIBDIR)/${PKG_NAME}.server.cmxs
##----------------------------------------------------------------------
## Aux

# Use `eliomdep -sort' only in OCaml>4
ifeq ($(shell ocamlc -version|cut -c1),4)
eliomdep=$(shell $(ELIOMDEP) $(1) -ppx -sort $(2) $(filter %.eliom %.ml,$(3))))
else
eliomdep=$(3)
endif
objs=$(patsubst %.ml,$(1)/%.$(2),$(patsubst %.eliom,$(1)/%.$(2),$(filter %.eliom %.ml,$(3))))
depsort=$(call objs,$(1),$(2),$(call eliomdep,$(3),$(4),$(5)))

Expand Down
2 changes: 1 addition & 1 deletion opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "2.0"
name: "ocsigen-toolkit"
version: "3.3.1"
version: "3.3.2"
maintainer: "[email protected]"
synopsis: "Reusable UI components for Eliom applications (client only, or client-server)"
description: "The Ocsigen Toolkit is a set of user interface widgets that facilitate the development of Eliom applications."
Expand Down

0 comments on commit 7342cea

Please sign in to comment.