Skip to content

Commit 0e0066a

Browse files
committed
Fix build when an optional dependency is missing
See ocaml/dune#4065
1 parent ebbb4b9 commit 0e0066a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
include ../Makefile.config
22

33
all: confs
4-
dune build
4+
dune build @install
55

66
### CONF ####
77

0 commit comments

Comments
 (0)