fixed Makefile...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2018-01-08 07:57:39 +03:00
parent fcf64c8f3e
commit db5dd026ea

View File

@ -18,10 +18,7 @@ ELECTRON_DOWNOAD_URL=https://github.com/electron/electron/releases/download
# XXX get these automatically... # XXX get these automatically...
# ...also might be good to make this flexible and use these as parameters... # ...also might be good to make this flexible and use these as parameters...
TARGET_OS=win32 TARGET_OS=win32
# XXX for some reson these break the rules below... ELECTRON_VERSION=$(strip $(shell electron -v))
#ELECTRON_VERSION=`electron -v`
#ELECTRON_VERSION=$(shell electron -v)
ELECTRON_VERSION=v1.8.1
NODE_VERSION=`node --version` NODE_VERSION=`node --version`