aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMemphiz <memphis@machzwo.de>2012-09-03 23:02:06 +0200
committerMemphiz <memphis@machzwo.de>2012-09-03 23:04:03 +0200
commit20082df0544690a3d095a30c9f8bccc62bc7c702 (patch)
tree83094a8f094a850e568299133a332344f495f61e /tools
parentd115ed67190d23c4f987022a3abe2e008a74fe64 (diff)
[osx/ml] - allow to build XBMC against osx sdk 10.8
Diffstat (limited to 'tools')
-rw-r--r--tools/darwin/depends/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/darwin/depends/configure.in b/tools/darwin/depends/configure.in
index 26bae84760..de0c3532eb 100644
--- a/tools/darwin/depends/configure.in
+++ b/tools/darwin/depends/configure.in
@@ -42,7 +42,7 @@ case $use_darwin in
10.5);;
10.6);;
10.7);;
- 10.8) use_sdk=10.7;;
+ 10.8);;
*)
AC_MSG_ERROR(error in configure of --with-sdk=$use_sdk)
esac