From 3eea196c09f90f9f08421d6a1263cf99d3a102cc Mon Sep 17 00:00:00 2001 From: Tom Lister Date: Fri, 21 Feb 2020 22:24:25 +1100 Subject: [PATCH] Fix missing js build tag (#1088) Added js to build tags as suggested by @hajimehoshi Fixes #1087 --- ebitenutil/loadimage.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ebitenutil/loadimage.go b/ebitenutil/loadimage.go index 2c7baf78e..781ffce3a 100644 --- a/ebitenutil/loadimage.go +++ b/ebitenutil/loadimage.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build darwin freebsd linux windows +// +build darwin freebsd js linux windows // +build !android // +build !ios