Skip to content

Commit

Permalink
[make] Fix CSDP build in split num configuration.
Browse files Browse the repository at this point in the history
It seems that recent fixes using ocamlbuild to locate num missed to
switch the csdpcert binary. This is needed to solve problems like the
one in this issue: ocaml/opam-repository#11316
  • Loading branch information
ejgallego committed Jan 30, 2018
1 parent d61a72b commit 16ba26e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.build
Expand Up @@ -530,7 +530,7 @@ CSDPCERTCMO:=lib/clib.cma $(addprefix plugins/micromega/, \

$(CSDPCERT): $(call bestobj, $(CSDPCERTCMO))
$(SHOW)'OCAMLBEST -o $@'
$(HIDE)$(call bestocaml,,nums unix)
$(HIDE)$(call bestocaml, -package num,unix)

###########################################################################
# tests
Expand Down

0 comments on commit 16ba26e

Please sign in to comment.