From efe8866f28f229446440c6d871e4f9845a97266f Mon Sep 17 00:00:00 2001 From: Martin Ashby Date: Mon, 28 May 2018 16:57:07 +0100 Subject: Added build tags. Builds & runs OK on RPi (can show test animation) --- unicorn/BaseFakeUnicorn.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'unicorn/BaseFakeUnicorn.go') diff --git a/unicorn/BaseFakeUnicorn.go b/unicorn/BaseFakeUnicorn.go index 7910814..19c1d59 100644 --- a/unicorn/BaseFakeUnicorn.go +++ b/unicorn/BaseFakeUnicorn.go @@ -1,3 +1,5 @@ +// +build linux,386 linux,amd64 + package unicorn import "github.com/veandco/go-sdl2/sdl" -- cgit v1.2.3-ZIG