[v2] Fix bindings build tags

This commit is contained in:
Lea Anthony
2021-10-06 20:36:04 +11:00
parent d32152ed84
commit d597d8e1c9
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
//go:build !dev && !production && darwin
//go:build !dev && !production && !bindings && darwin
package appng

View File

@@ -1,4 +1,4 @@
//go:build windows
//go:build windows && !bindings
package appng