build: ensure download quic pre-built package for EMQX build

This commit is contained in:
Zaiming (Stone) Shi 2022-06-16 12:20:37 +02:00
parent fa41c9ff35
commit 50b4d95b02
1 changed files with 1 additions and 0 deletions

View File

@ -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