Skip to content

Commit

Permalink
xapi-consts: ensure install dir exists
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Hoes <rob.hoes@citrix.com>
  • Loading branch information
robhoes committed Jan 23, 2017
1 parent 2dfaae4 commit f8ea5ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ocaml/xapi-consts/OMakefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ INSTALL_PATH = $(DESTDIR)/$(shell ocamlfind printconf destdir)
export

lib-install: META
mkdir -p $(INSTALL_PATH)
ocamlfind install -destdir $(INSTALL_PATH) -ldconf ignore xapi-consts META $(addsuffixes .cmi, $(OBJS)) $(if $(BYTE_ENABLED), xapi-consts.cma) $(if $(NATIVE_ENABLED), xapi-consts.cmxa xapi-consts.a $(addsuffixes .cmx, $(OBJS)))

.PHONY: lib-uninstall
Expand Down

0 comments on commit f8ea5ae

Please sign in to comment.