Fix bug in Fix_Xcode_Dependencies
This commit is contained in:
parent
9086e17b15
commit
6b5edeb9a8
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ if ! [ -d temp ]; then
|
|||
mkdir temp
|
||||
fi
|
||||
cd temp
|
||||
if ! [ -d MacCompileStuff ]; then
|
||||
if ! [ -d MacCompileStuff-master ]; then
|
||||
git clone -b master https://github.com/hrubymar10/MacCompileStuff MacCompileStuff-master
|
||||
fi
|
||||
cd MacCompileStuff-master
|
||||
|
|
Loading…
Add table
Reference in a new issue