Skip to content
Snippets Groups Projects
Commit 9f9b3872 authored by Andre Maroneze's avatar Andre Maroneze
Browse files

[Makefile] fix issue with gmp and caml_ba_alloc_dims

Solution found by David Bühler.
parent 2ae347b4
No related branches found
No related tags found
No related merge requests found
......@@ -183,7 +183,8 @@ ENABLE_USERS ?=@ENABLE_USERS@
ENABLE_EVA ?=@ENABLE_EVA@
#bytes is part of the stdlib, but is used as a transitional package.
LIBRARY_NAMES := findlib ocamlgraph unix str dynlink bytes zarith yojson
LIBRARY_NAMES := \
findlib ocamlgraph unix str dynlink bytes zarith yojson bigarray
ifeq ($(HAS_LANDMARKS),yes)
LIBRARY_NAMES += landmarks landmarks.ppx
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment