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
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
//go:build !windows
//go:build linux || darwin
package plugins
@@ -1,4 +1,4 @@
//go:build windows
//go:build !linux && !darwin
package plugins