1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-22 20:31:16 +00:00

Disable cross-platform build verification (fixes #605)

This commit is contained in:
Lode Hoste 2016-04-23 11:19:51 +02:00
parent 13c9c8dbfe
commit f13c7c5f4b

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