From c6ba0208d0f10d61f03bf252d51d5b3a3e4ca9b6 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Sun, 25 May 2014 21:36:38 +0200 Subject: [PATCH] Don't require SSE in 32 bit builds (fixes #277) --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 3ce6ae1b..cb396292 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,7 @@ #!/usr/bin/env bash export COPYFILE_DISABLE=true +export GO386=387 # Don't use SSE on 32 bit builds distFiles=(README.md LICENSE) # apart from the binary itself version=$(git describe --always --dirty)