We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5de5a18 + 4925b8b commit 8318530Copy full SHA for 8318530
deps/rabbitmq_cli/Makefile
@@ -67,7 +67,7 @@ $(ESCRIPT_FILE): $(EX_FILES)
67
ESCRIPT_EMU_ARGS += -hidden
68
69
escript-zip::
70
- $(verbose) $(ESCRIPT_ZIP) $(ESCRIPT_ZIP_FILE) $(ELIXIR_LIBS)/*
+ $(verbose) cd $(ELIXIR_LIBS) && $(ESCRIPT_ZIP) $(ESCRIPT_ZIP_FILE) eex/ebin/* elixir/ebin/* logger/ebin/* mix/ebin/*
71
72
LINKED_ESCRIPTS = escript/rabbitmq-plugins \
73
escript/rabbitmq-diagnostics \
0 commit comments