Fix build only linux and darwin support wazergo

This commit is contained in:
Julien Salleyron 2024-06-28 10:16:03 +02:00 committed by GitHub
parent b1b4e6b918
commit fe4cca6e9c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
//go:build !windows
//go:build linux || darwin
package plugins

View file

@ -1,4 +1,4 @@
//go:build windows
//go:build !linux && !darwin
package plugins