Skip to content

Commit

Permalink
[ci] refs #17 - Change GOPATH's name format.
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevNorge committed Jun 26, 2018
1 parent b17eb59 commit fa9a580
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
@@ -1,7 +1,7 @@
# Compilation output
PWD = $(shell pwd)
ifeq ($(OS),Windows_NT)
GOPATH_DIR = "C:\projects\pyskycoin\gopath"
GOPATH_DIR = "C:/projects/pyskycoin/gopath"
else
GOPATH_DIR = $(PWD)/gopath
endif
Expand Down

0 comments on commit fa9a580

Please sign in to comment.