ports/lang/haxe/patches/patch-ocamldeps_ppx_derivers_Makefile

15 lines
295 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Make dune build verbose
Index: ocamldeps/ppx_derivers/Makefile
--- ocamldeps/ppx_derivers/Makefile.orig
+++ ocamldeps/ppx_derivers/Makefile
@@ -2,7 +2,7 @@ INSTALL_ARGS := $(if $(PREFIX),--prefix $(PREFIX),)
.PHONY: all
all:
- dune build
+ dune build --verbose
.PHONY: install
install: