fix win build

This commit is contained in:
Sergey Cherepanov 2023-02-05 17:29:55 +03:00 committed by Mikhail Iudin
parent 2f899fe95c
commit 1ae94266d2
No known key found for this signature in database
GPG Key ID: FAAAA8BAABDFF1C0

View File

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