Don't require SSE in 32 bit builds (fixes #277)

This commit is contained in:
Jakob Borg 2014-05-25 21:36:38 +02:00
parent 3d055bbb79
commit c6ba0208d0
1 changed files with 1 additions and 0 deletions

View File

@ -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)