From 50b4d95b0223892437573fbfe086929c92841ead Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Thu, 16 Jun 2022 12:20:37 +0200 Subject: [PATCH] build: ensure download quic pre-built package for EMQX build --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 12666d500..d2ae0221f 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,7 @@ export OTP_VSN ?= $(shell $(CURDIR)/scripts/get-otp-vsn.sh) export ELIXIR_VSN ?= $(shell $(CURDIR)/scripts/get-elixir-vsn.sh) export EMQX_DASHBOARD_VERSION ?= v0.36.0 export EMQX_REL_FORM ?= tgz +export QUICER_DOWNLOAD_FROM_RELEASE = 1 ifeq ($(OS),Windows_NT) export REBAR_COLOR=none FIND=/usr/bin/find