Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Commit

Permalink
Build: fix Windows APPDATA path in Makefile. Refs #45.
Browse files Browse the repository at this point in the history
  • Loading branch information
anonimal committed Jul 20, 2016
1 parent 8ea8276 commit 37c1cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ifeq ($(KOVRI_DATA_PATH),)
data-path = $(HOME)/Library/Application\ Support/kovri
endif
ifneq (, $(findstring MINGW, $(system)))
data-path = $(APPDATA)\\kovri
data-path = "$(APPDATA)"\\kovri
endif
else
data-path = $(KOVRI_DATA_PATH)
Expand Down

0 comments on commit 37c1cfd

Please sign in to comment.