Skip to content

Commit cfbbb6f

Browse files
committed
Small fix
1 parent fd0e949 commit cfbbb6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/gomobile/bind_iosapp.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func goAppleBind(gobind string, pkgs []*packages.Package, targets []targetInfo,
5555
var waitGroup sync.WaitGroup
5656
waitGroup.Add(len(targets))
5757

58-
var parallelBuildErrorBuffer = make(chan error, len(targets))
58+
parallelBuildErrorBuffer := make(chan error, len(targets))
5959
semophore := make(chan struct{}, buildWorkers)
6060

6161
for _, target := range targets {

0 commit comments

Comments
 (0)