summaryrefslogtreecommitdiff
path: root/cmd/rescribe/embed_other.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/rescribe/embed_other.go')
-rw-r--r--cmd/rescribe/embed_other.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/cmd/rescribe/embed_other.go b/cmd/rescribe/embed_other.go
index fe51fd0..ac9ce3a 100644
--- a/cmd/rescribe/embed_other.go
+++ b/cmd/rescribe/embed_other.go
@@ -2,12 +2,12 @@
// Use of this source code is governed by the GPLv3
// license that can be found in the LICENSE file.
-// +build !darwin
-// +build !linux
-// +build !windows
+//go:build (!darwin && !linux && !windows) || !embed
package main
// if not one of the above platforms, we won't embed anything, so
-// just create an empty byte slice
+// just create empty byte slices
var tesszip []byte
+var gbookzip []byte
+var tessdatazip []byte