Skip to content

Commit

Permalink
Fix bug in Fix_Xcode_Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hrubymar10 committed Sep 2, 2018
1 parent b4e7b5b commit 2406b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projectfiles/Xcode/Fix_Xcode_Dependencies
Expand Up @@ -64,7 +64,7 @@ if ! [ -d temp ]; then
mkdir temp
fi
cd temp
if ! [ -d MacCompileStuff ]; then
if ! [ -d MacCompileStuff-1.14 ]; then
git clone -b 1.14 https://github.com/hrubymar10/MacCompileStuff MacCompileStuff-1.14
fi
cd MacCompileStuff-1.14
Expand Down

0 comments on commit 2406b75

Please sign in to comment.