aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/link/internal/ld/execarchive.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/link/internal/ld/execarchive.go')
-rw-r--r--src/cmd/link/internal/ld/execarchive.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/link/internal/ld/execarchive.go b/src/cmd/link/internal/ld/execarchive.go
index 4687c624de..918b86cdc5 100644
--- a/src/cmd/link/internal/ld/execarchive.go
+++ b/src/cmd/link/internal/ld/execarchive.go
@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+//go:build !wasm && !windows
// +build !wasm,!windows
package ld