Skip to content

Commit 8a8ea6c

Browse files
authored
Merge pull request #336 from mamgainp/windows
Windows
2 parents a2ce23a + 9714d0d commit 8a8ea6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ endif
8181

8282
ifneq (,$(findstring Microsoft,$(shell uname -r)))
8383
DOWNLOADS_DIR=$(patsubst /mnt/c%,C:%,$(realpath ./downloads/))
84+
else ifneq (,$(findstring Windows,$(shell echo ${OS})))
85+
DOWNLOADS_DIR=$(shell pwd)/downloads/
8486
else
8587
DOWNLOADS_DIR=$(realpath ./downloads/)
8688
endif

0 commit comments

Comments
 (0)