We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a2ce23a + 9714d0d commit 8a8ea6cCopy full SHA for 8a8ea6c
Makefile
@@ -81,6 +81,8 @@ endif
81
82
ifneq (,$(findstring Microsoft,$(shell uname -r)))
83
DOWNLOADS_DIR=$(patsubst /mnt/c%,C:%,$(realpath ./downloads/))
84
+else ifneq (,$(findstring Windows,$(shell echo ${OS})))
85
+ DOWNLOADS_DIR=$(shell pwd)/downloads/
86
else
87
DOWNLOADS_DIR=$(realpath ./downloads/)
88
endif
0 commit comments