]> Cypherpunks.ru repositories - gostls13.git/blobdiff - misc/cgo/test/issue18146.go
misc/cgo/test: add cgo build constraints
[gostls13.git] / misc / cgo / test / issue18146.go
index f02fc4476d88418c16ad0bbcad3ce109c4a42e53..d302bd029fa26ecab45df69e5baf53f989df7584 100644 (file)
@@ -2,7 +2,7 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-//go:build !windows
+//go:build cgo && !windows
 
 // Issue 18146: pthread_create failure during syscall.Exec.