Skip to content

Commit

Permalink
Remove unused comment
Browse files Browse the repository at this point in the history
  • Loading branch information
imWildCat committed Jan 1, 2022
1 parent b4ff384 commit 6e4c23b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/gomobile/bind_iosapp.go
Expand Up @@ -204,7 +204,6 @@ func buildTargetArch(t targetInfo, gobindCommandPath string, pkgs []*packages.Pa
}
}

// staticLibPath, err := goAppleBindArchive(name+"-"+t.platform+"-"+t.arch, env, outSrcDir)
staticLibPath, err := goAppleBindArchive(name+"-"+t.platform+"-"+t.arch, env, outSrcDir)
if err != nil {
return fmt.Errorf("%s/%s: %v", t.platform, t.arch, err), nil
Expand Down

0 comments on commit 6e4c23b

Please sign in to comment.