mirror of
https://github.com/octoleo/syncthing.git
synced 2025-01-03 15:17:25 +00:00
Don't require SSE in 32 bit builds (fixes #277)
This commit is contained in:
parent
3d055bbb79
commit
c6ba0208d0
1
build.sh
1
build.sh
@ -1,6 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
export COPYFILE_DISABLE=true
|
export COPYFILE_DISABLE=true
|
||||||
|
export GO386=387 # Don't use SSE on 32 bit builds
|
||||||
|
|
||||||
distFiles=(README.md LICENSE) # apart from the binary itself
|
distFiles=(README.md LICENSE) # apart from the binary itself
|
||||||
version=$(git describe --always --dirty)
|
version=$(git describe --always --dirty)
|
||||||
|
Loading…
Reference in New Issue
Block a user