From 659786589a721e00a4e162f7ae4f638f3d3b491f Mon Sep 17 00:00:00 2001 From: Andrey Mokhov Date: Tue, 8 Sep 2020 18:47:38 +0100 Subject: [PATCH] Fix ppx_custom_printf --- ppx_custom_printf/src/gen/dune | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ppx_custom_printf/src/gen/dune b/ppx_custom_printf/src/gen/dune index 4cff3f2..fba088a 100644 --- a/ppx_custom_printf/src/gen/dune +++ b/ppx_custom_printf/src/gen/dune @@ -1,3 +1,4 @@ (executables (names gen) + (modes byte) (libraries str compiler-libs.common compiler-libs.toplevel) - (preprocess no_preprocessing)) \ No newline at end of file + (preprocess no_preprocessing))