1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-26 06:11:19 +00:00

Merge pull request #623 from Zillode/disable-check

Disable cross-platform build verification (fixes #605)
This commit is contained in:
Felix Ableitner 2016-04-23 17:32:24 +02:00
commit ab005df1d9

View file

@ -37,11 +37,6 @@ unset GOPATH #Set by build.go
export GOROOT=${MYDIR}/ext/golang/dist/go-${GOOS}-${GOARCH}
export PATH=${GOROOT}/bin:${PATH}
if [ ! -x ${GOROOT}/bin/${GOOS}_${GOARCH}/go ]; then
echo Need to build go for ${GOOS}-${GOARCH}
exit 1
fi
if [ $RESET -eq 1 ]; then
git submodule update --init ext/syncthing/src/github.com/syncthing/syncthing
fi