Skip to content

Commit

Permalink
Merge pull request #53 from gomatcha/android-386-amd64
Browse files Browse the repository at this point in the history
Re-add 386 and amd64 targets into the default android build
  • Loading branch information
overcyn committed Nov 3, 2017
2 parents c9bac55 + 26d05ee commit d6d11de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/bind.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ func ParseTargets(a string) map[string]struct{} {
targets["android"] = struct{}{}
targets["android/arm"] = struct{}{}
targets["android/arm64"] = struct{}{}
// targets["android/386"] = struct{}{}
// targets["android/amd64"] = struct{}{}
targets["android/386"] = struct{}{}
targets["android/amd64"] = struct{}{}
case "android/arm", "android/arm64", "android/386", "android/amd64":
targets["android"] = struct{}{}
targets[i] = struct{}{}
Expand Down

0 comments on commit d6d11de

Please sign in to comment.