fix win build

This commit is contained in:
Sergey Cherepanov 2023-02-05 17:29:55 +03:00
parent d3108b5e6c
commit b2140f3c30
No known key found for this signature in database
GPG Key ID: 87F8EDE8FBDF637C

View File

@ -1,6 +1,5 @@
//go:build ((!linux && !darwin) || android || ios || nographviz) && !amd64 //go:build (!linux && !darwin) || android || ios || nographviz || windows
// +build !linux,!darwin android ios nographviz // +build !linux,!darwin android ios nographviz windows
// +build !amd64
package objecttree package objecttree