fixes DOWNLOAD_DIR variable for windows
This commit is contained in:
5
Makefile
5
Makefile
@@ -85,6 +85,11 @@ else
|
|||||||
DOWNLOADS_DIR=$(realpath ./downloads/)
|
DOWNLOADS_DIR=$(realpath ./downloads/)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
#Try to pick up the downloads directory if rnning in windows
|
||||||
|
ifneq (,$(findstring Windows,$(shell echo ${OS})))
|
||||||
|
DOWNLOADS_DIR=$(shell pwd)/downloads/
|
||||||
|
endif
|
||||||
|
|
||||||
# Try to figure out which archive to use from the architecture
|
# Try to figure out which archive to use from the architecture
|
||||||
ifeq "$(ARCH)" "amd64"
|
ifeq "$(ARCH)" "amd64"
|
||||||
MQ_ARCHIVE_ARCH=X86-64
|
MQ_ARCHIVE_ARCH=X86-64
|
||||||
|
|||||||
Reference in New Issue
Block a user