Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
caddy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
caddy
Commits
3b144c21
Commit
3b144c21
authored
Sep 10, 2017
by
Matthew Holt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change build program to use new builds package
parent
9e156e09
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
caddy/build.go
caddy/build.go
+2
-2
No files found.
caddy/build.go
View file @
3b144c21
...
...
@@ -24,7 +24,7 @@ import (
"os/exec"
"path/filepath"
"github.com/caddyserver/build
worker
"
"github.com/caddyserver/build
s
"
)
var
goos
,
goarch
,
goarm
string
...
...
@@ -45,7 +45,7 @@ func main() {
log
.
Fatal
(
err
)
}
ldflags
,
err
:=
build
worker
.
MakeLdFlags
(
filepath
.
Join
(
pwd
,
".."
))
ldflags
,
err
:=
build
s
.
MakeLdFlags
(
filepath
.
Join
(
pwd
,
".."
))
if
err
!=
nil
{
log
.
Fatal
(
err
)
}
...
...
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