Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
0e2e627f
Commit
0e2e627f
authored
Mar 11, 2017
by
Jeromy Johnson
Committed by
GitHub
Mar 11, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3776 from ipfs/fix/make-symlinked
make: fix build when symlinked into GOPATH
parents
eecc7663
b54df01d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
mk/golang.mk
mk/golang.mk
+1
-1
No files found.
mk/golang.mk
View file @
0e2e627f
...
...
@@ -10,7 +10,7 @@ DEPS_GO :=
TEST_GO
:=
CHECK_GO
:=
go-pkg-name
=
$(
shell
go list
$
(
go-tags
)
.
/
$(1)
)
go-pkg-name
=
$(
shell
go list
$
(
go-tags
)
github.com/ipfs/go-ipfs
/
$(1)
)
go-main-name
=
$(
notdir
$(
call
go-pkg-name,
$(1)
))
$
(
?exe
)
go-curr-pkg-tgt
=
$(d)
/
$(
call
go-main-name,
$(d)
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment