Skip to content
This repository has been archived by the owner on Jan 27, 2020. It is now read-only.

Commit

Permalink
Remove dragonfly 386 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Zillode committed Jan 16, 2016
1 parent c8c967d commit c73870c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cross-compile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

oses = {
"darwin" => ["amd64"],
"dragonfly" => ["386", "amd64"],
"dragonfly" => ["amd64"],
"freebsd" => ["386", "amd64", "arm"],
"linux" => ["386", "amd64", "arm"],
"netbsd" => ["386", "amd64"],
Expand Down Expand Up @@ -38,7 +38,7 @@
if arch.include?("arm")
vars += " GOARM=5"
end
ldflags = "-w -X main.Version #{version}"
ldflags = "-w -X main.Version=#{version}"
build = "#{vars} go build -ldflags '#{ldflags}'"
package = "tar -czf syncthing-inotify-#{os}-#{arch}-#{version}.tar.gz #{name}"
remove = "rm #{name}"
Expand Down

0 comments on commit c73870c

Please sign in to comment.