File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,33 +42,24 @@ if [ -d $OFS_APP_DIR ]; then
4242 git checkout master
4343 git pull
4444 git submodule update --init
45- pushd $OFS_APP_DIR /lib/EASTL
46- git submodule update --init
47- popd
4845else
4946 mkdir -p ` dirname $OFS_APP_DIR `
5047 echo " >> Clone OpenFunscripter Source"
5148 git clone https://github.com/OpenFunscripter/OFS.git $OFS_APP_DIR
5249 pushd $OFS_APP_DIR
5350 git submodule update --init
54- pushd $OFS_APP_DIR /lib/EASTL
55- git submodule update --init
56- popd
5751 echo " >> OpenFunscripter Source downloaded to $OFS_APP_DIR "
5852fi
5953
6054if [ " $arg1 " != " --latest" ]; then
6155 echo " Checkout latest OpenFunscripter release"
6256 git checkout $( git describe --tags ` git rev-list --tags --max-count=1` )
6357 git submodule update --init
64- pushd $OFS_APP_DIR /lib/EASTL
65- git submodule update --init
66- popd
6758else
6859 echo " Use latest git commit (only for developers!)"
6960fi
7061
71- echo " >> Build OFS"
62+ echo " >> Build OFS in $PWD "
7263rm -rf build
7364mkdir -p build
7465pushd build
You can’t perform that action at this time.
0 commit comments