mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-30 01:52:26 +08:00
test: really no need for relative path to gx deps
License: MIT Signed-off-by: Lars Gierth <larsg@systemli.org>
This commit is contained in:
@ -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}
|
||||
|
||||
|
Reference in New Issue
Block a user