Skip to content

Commit 4925b8b

Browse files
lukebakkenmergify[bot]
authored andcommitted
Changes required to use zip instead of 7z
(cherry picked from commit 959be59)
1 parent c520fc3 commit 4925b8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_cli/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ $(ESCRIPT_FILE): $(EX_FILES)
6767
ESCRIPT_EMU_ARGS += -hidden
6868

6969
escript-zip::
70-
$(verbose) $(ESCRIPT_ZIP) $(ESCRIPT_ZIP_FILE) $(ELIXIR_LIBS)/*
70+
$(verbose) cd $(ELIXIR_LIBS) && $(ESCRIPT_ZIP) $(ESCRIPT_ZIP_FILE) eex/ebin/* elixir/ebin/* logger/ebin/* mix/ebin/*
7171

7272
LINKED_ESCRIPTS = escript/rabbitmq-plugins \
7373
escript/rabbitmq-diagnostics \

0 commit comments

Comments
 (0)