mirror of
https://github.com/dnote/dnote
synced 2026-03-14 22:45:50 +01:00
Drop platform suports due to cross compilation with cgo (#134)
This commit is contained in:
parent
4bb24db67d
commit
3d4c8ea8f4
1 changed files with 0 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue