From d9a937cd34b86343585f0077edc5215c54a4f791 Mon Sep 17 00:00:00 2001 From: Zaiming Shi Date: Sun, 14 Mar 2021 16:38:20 +0100 Subject: [PATCH] chore(build): No rebar3 color for windows --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 2223f9702..57af7b8db 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,9 @@ SCRIPTS = $(CURDIR)/scripts export PKG_VSN ?= $(shell $(CURDIR)/pkg-vsn.sh) export EMQX_DESC ?= EMQ X export EMQX_CE_DASHBOARD_VERSION ?= v4.3.0-beta.1 +ifeq ($(OS),Windows_NT) + export REBAR_COLOR=none +endif PROFILE ?= emqx REL_PROFILES := emqx emqx-edge