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
20b06a4c
Commit
20b06a4c
authored
Nov 23, 2015
by
Jeromy Johnson
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1999 from ipfs/fix/no-fuse-windows
disable building fuse stuff on windows
parents
c9d118c0
aa8c190d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
Makefile
Makefile
+1
-1
fuse/mount/fuse.go
fuse/mount/fuse.go
+1
-0
No files found.
Makefile
View file @
20b06a4c
...
...
@@ -74,5 +74,5 @@ test_all_commits_travis:
# since we have CI for osx and linux but not windows, this should help
windows_build_check
:
GOOS
=
windows
GOARCH
=
amd64 go build
-o
.test.ipfs.exe
-tags
=
nofuse
./cmd/ipfs
GOOS
=
windows
GOARCH
=
amd64 go build
-o
.test.ipfs.exe ./cmd/ipfs
rm
.test.ipfs.exe
fuse/mount/fuse.go
View file @
20b06a4c
// +build !nofuse
// +build !windows
package
mount
...
...
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