Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/bockbuild.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Christoforides <alexis@thenull.net>2017-03-10 08:02:38 +0300
committerAlexis Christoforides <alexis@thenull.net>2017-03-10 08:02:38 +0300
commit48abc0d4c2008b5d7d55748fab6bb7506ed9447d (patch)
tree5e68254d57687c03f51b598b182f777fd09b6fae /bockbuild
parentca82d947ce9a25741e61617bdc5f2fb4f106d8ac (diff)
Fix typo
Diffstat (limited to 'bockbuild')
-rw-r--r--bockbuild/darwinprofile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bockbuild/darwinprofile.py b/bockbuild/darwinprofile.py
index e7c798f..f518c9e 100644
--- a/bockbuild/darwinprofile.py
+++ b/bockbuild/darwinprofile.py
@@ -57,7 +57,7 @@ class DarwinProfile (UnixProfile):
'gtk-doc'
]
- def use_Xcode(self, min_version='5.11', xcodebuild_version_prefix='Xcode '):
+ def use_Xcode(self, min_version='5.1.1', xcodebuild_version_prefix='Xcode '):
xcrun_cc_str = backtick('xcrun cc --version')[0]
cc_str = backtick('cc --version')[0]
if xcrun_cc_str != cc_str: