Skip to content

Commit 8b6abc2

Browse files
committed
cmd/gomobile: print current supported platforms
1 parent dad57bf commit 8b6abc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/gomobile/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ func runVersion(cmd *command) (err error) {
5353
// Supported platforms
5454
platforms := "android"
5555
if xcodeAvailable() {
56-
platforms = "android,ios"
56+
platforms += "," + strings.Join(darwinPlatforms, ",")
5757
}
5858

5959
// ANDROID_HOME, sdk build tool version

0 commit comments

Comments
 (0)