From db5dd026ea5a3f11daba57d794e8daeee379e356 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 8 Jan 2018 07:57:39 +0300 Subject: [PATCH] fixed Makefile... Signed-off-by: Alex A. Naanou --- ui (gen4)/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ui (gen4)/Makefile b/ui (gen4)/Makefile index e234f038..3809b917 100755 --- a/ui (gen4)/Makefile +++ b/ui (gen4)/Makefile @@ -18,10 +18,7 @@ ELECTRON_DOWNOAD_URL=https://github.com/electron/electron/releases/download # XXX get these automatically... # ...also might be good to make this flexible and use these as parameters... TARGET_OS=win32 -# XXX for some reson these break the rules below... -#ELECTRON_VERSION=`electron -v` -#ELECTRON_VERSION=$(shell electron -v) -ELECTRON_VERSION=v1.8.1 +ELECTRON_VERSION=$(strip $(shell electron -v)) NODE_VERSION=`node --version`