ports/lang/haxe/patches/patch-ocamldeps_ppx_tools_versioned_Makefile

15 lines
318 B
Text
Raw Normal View History

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