Skip to content

Commit

Permalink
test: really no need for relative path to gx deps
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
  • Loading branch information
Lars Gierth committed Jul 2, 2016
1 parent 96784c2 commit f8eb025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RANDOM_FILES_SRC = ../Godeps/_workspace/src/github.com/jbenet/go-random-files
POLLENDPOINT_SRC= ../thirdparty/pollEndpoint
GOSLEEP_SRC = ./dependencies/go-sleep

GX_RELATIVE_PATH = ../../../../gx/ipfs
GX_RELATIVE_PATH = gx/ipfs

export PATH := ../bin:${PATH}

Expand Down

0 comments on commit f8eb025

Please sign in to comment.