Exclude VNC server from js, ios, and android builds

This commit is contained in:
Viktor Liu
2026-05-17 09:48:06 +02:00
parent 4f884d9f30
commit da37a28951
23 changed files with 46 additions and 35 deletions

View File

@@ -1,4 +1,4 @@
//go:build (linux && !android) || freebsd
//go:build unix && !darwin && !ios && !android
package server