Drop platform suports due to cross compilation with cgo (#134)

This commit is contained in:
Sung Won Cho 2018-10-14 10:56:17 +10:00 committed by GitHub
commit 3d4c8ea8f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,13 +86,7 @@ check_platform() {
found=1
case "$platform" in
darwin/amd64) found=0;;
darwin/386) found=0 ;;
linux/amd64) found=0 ;;
linux/386) found=0 ;;
freebsd/amd64) found=0 ;;
freebsd/386) found=0 ;;
openbsd/amd64) found=0 ;;
openbsd/386) found=0 ;;
esac
return $found