diff options
| author | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2015-10-29 11:03:15 +0100 |
|---|---|---|
| committer | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2015-10-29 11:03:15 +0100 |
| commit | 29c9fe7c5844d3309b59b6d5a4a88944f4356e08 (patch) | |
| tree | d174282014135143309f154cface0743977a47db /packaging/windows | |
| parent | 8ebac9056d0c7f5cb172aaca54ce61e4c00e0621 (diff) | |
| download | rabbitmq-server-git-29c9fe7c5844d3309b59b6d5a4a88944f4356e08.tar.gz | |
packaging: Do not pass $(ERL_LIBS) to sub-make
Diffstat (limited to 'packaging/windows')
| -rw-r--r-- | packaging/windows/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/windows/Makefile b/packaging/windows/Makefile index a5517412c6..4fc72b95c4 100644 --- a/packaging/windows/Makefile +++ b/packaging/windows/Makefile @@ -16,6 +16,7 @@ TARGET_DIR = rabbitmq_server-$(VERSION) TARGET_ZIP = rabbitmq-server-windows-$(VERSION) unexport DEPS_DIR +unexport ERL_LIBS all: dist @: |
