Fix bug in Fix_Xcode_Dependencies
(cherry-picked from commit 6b5edeb9a8
)
This commit is contained in:
parent
b47d6e3bdb
commit
740bd456ab
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