2
Makefile
2
Makefile
@@ -81,6 +81,8 @@ endif
|
|||||||
|
|
||||||
ifneq (,$(findstring Microsoft,$(shell uname -r)))
|
ifneq (,$(findstring Microsoft,$(shell uname -r)))
|
||||||
DOWNLOADS_DIR=$(patsubst /mnt/c%,C:%,$(realpath ./downloads/))
|
DOWNLOADS_DIR=$(patsubst /mnt/c%,C:%,$(realpath ./downloads/))
|
||||||
|
else ifneq (,$(findstring Windows,$(shell echo ${OS})))
|
||||||
|
DOWNLOADS_DIR=$(shell pwd)/downloads/
|
||||||
else
|
else
|
||||||
DOWNLOADS_DIR=$(realpath ./downloads/)
|
DOWNLOADS_DIR=$(realpath ./downloads/)
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user