We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67d1a5d commit 772e4f6Copy full SHA for 772e4f6
1 file changed
Makefile
@@ -19,6 +19,7 @@ minimal: lib/Version.ml
19
dune build
20
ln -sf _build/default/src/Karamel.exe krml
21
22
+ifneq ($(LOWSTAR),false)
23
krmllib: minimal
24
@# Make sure krml can find its relevant directories, since
25
@# it is not yet installed with them.
@@ -27,6 +28,9 @@ krmllib: minimal
27
28
KRML_INCLUDEDIR=$(CURDIR)/include \
29
KRML_MISCDIR=$(CURDIR)/misc \
30
$(MAKE) -C krmllib
31
+else
32
+krmllib: minimal
33
+endif
34
35
# A full local install. out/ will contain essentially the same directory
36
# as an OPAM install or binary package.
0 commit comments