fixes DOWNLOAD_DIR variable for windows
This commit is contained in:
2
Makefile
2
Makefile
@@ -85,7 +85,7 @@ else
|
|||||||
DOWNLOADS_DIR=$(realpath ./downloads/)
|
DOWNLOADS_DIR=$(realpath ./downloads/)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
#Try to pick up the downloads directory if rnning in windows
|
#Try to pick up the downloads directory if running in windows
|
||||||
ifneq (,$(findstring Windows,$(shell echo ${OS})))
|
ifneq (,$(findstring Windows,$(shell echo ${OS})))
|
||||||
DOWNLOADS_DIR=$(shell pwd)/downloads/
|
DOWNLOADS_DIR=$(shell pwd)/downloads/
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user