Skip to content

Commit

Permalink
changed cgo flags into generic build flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Nik Ogura committed Aug 31, 2018
1 parent 3f7d3b0 commit e113ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/gomason/gomason.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ type BuildInfo struct {
Targets []string `json:"targets,omitempty"`
Extras []ExtraArtifact `json:"extras,omitempty"`
Cgo bool `json:"cgo,omitempty"`
Flags map[string]string `json:"cgo_flags,omitempty"`
Flags map[string]string `json:"flags,omitempty"`
}

// ExtraArtifact is an extra file built from a template at build time
Expand Down

0 comments on commit e113ea2

Please sign in to comment.