mirror of
https://github.com/syncthing/syncthing-android.git
synced 2025-01-10 20:15:54 +00:00
Build script shouldn't overwrite submodule status.
This commit is contained in:
parent
c6b42adef9
commit
2f1a5af7c3
1 changed files with 0 additions and 4 deletions
|
@ -37,10 +37,6 @@ unset GOPATH #Set by build.go
|
||||||
export GOROOT=${MYDIR}/ext/golang/dist/go-${GOOS}-${GOARCH}
|
export GOROOT=${MYDIR}/ext/golang/dist/go-${GOOS}-${GOARCH}
|
||||||
export PATH=${GOROOT}/bin:${PATH}
|
export PATH=${GOROOT}/bin:${PATH}
|
||||||
|
|
||||||
if [ $RESET -eq 1 ]; then
|
|
||||||
git submodule update --init ext/syncthing/src/github.com/syncthing/syncthing
|
|
||||||
fi
|
|
||||||
|
|
||||||
pushd ext/syncthing/src/github.com/syncthing/syncthing
|
pushd ext/syncthing/src/github.com/syncthing/syncthing
|
||||||
|
|
||||||
_GOOS=$GOOS
|
_GOOS=$GOOS
|
||||||
|
|
Loading…
Reference in a new issue