checkout FNA master
parent
0c95c106e8
commit
e5e28a7968
|
@ -26,9 +26,6 @@ function pullFNA()
|
||||||
{
|
{
|
||||||
checkGit
|
checkGit
|
||||||
git submodule add https://github.com/FNA-XNA/FNA.git
|
git submodule add https://github.com/FNA-XNA/FNA.git
|
||||||
cd FNA
|
|
||||||
git checkout $FNA_VERSION
|
|
||||||
cd ..
|
|
||||||
echo "Updating to the latest git version of FNA..."
|
echo "Updating to the latest git version of FNA..."
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
|
|
Loading…
Reference in New Issue