This website works better with JavaScript.
Home
Help
Register
Sign In
bfix
/
gnunet-specs
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Build with external packages.
master
Bernd Fix
2 years ago
parent
ed0e3e94fd
commit
a84a22c419
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
build.sh
+ 1
- 1
build.sh
View File
@ -1,3 +1,3 @@
#!/bin/bash
GOPATH
=
$(
pwd
)
go install -v -gcflags
"-N -l"
./...
GOPATH
=
$(
pwd
)
:
${
GOPATH
}
go install -v -gcflags
"-N -l"
./...
Write
Preview
Loading…
Cancel
Save