From 3ff21060a99c98029aa8d580972d79f5136b830a Mon Sep 17 00:00:00 2001 From: Leo Chen Date: Sat, 22 Aug 2020 09:47:59 +0000 Subject: [PATCH] [build] take VERSION from environment variable Signed-off-by: Leo Chen --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5cb36f290..122904c53 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ export LIBRARY_PATH:=$(LD_LIBRARY_PATH) export DYLD_FALLBACK_LIBRARY_PATH:=$(LD_LIBRARY_PATH) export GO111MODULE:=on PKGNAME=harmony -VERSION=2.3.5 +VERSION?=2.3.5 RPMBUILD=$(HOME)/rpmbuild DEBBUILD=$(HOME)/debbuild SHELL := bash