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.
zip
7z
1 parent c520fc3 commit 4925b8bCopy full SHA for 4925b8b
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