diff options
author | Andoni Morales Alastruey <ylatuya@gmail.com> | 2012-04-19 13:22:54 +0200 |
---|---|---|
committer | Andoni Morales Alastruey <ylatuya@gmail.com> | 2012-04-19 13:23:48 +0200 |
commit | f11743c9e9d958532fb047eb4b29a45fe99535c9 (patch) | |
tree | e0b1e097d47e5328cfad82da1078a322bd07cd83 /config/darwin.config | |
parent | e830111ac493ef49fee4b64c96bcd33684fc0d3d (diff) |
darwin.config: fix typo
Diffstat (limited to 'config/darwin.config')
-rw-r--r-- | config/darwin.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/darwin.config b/config/darwin.config index 8ed1df5..421906d 100644 --- a/config/darwin.config +++ b/config/darwin.config @@ -27,7 +27,7 @@ elif target_arch == Architecture.PPC: cache_file='osx_ppc' osx_sdk_version='10.5' -if distro_version == DistroVersion.LEOPARD: +if distro_version == DistroVersion.OS_X_LEOPARD: osx_sdk_version = '10.5' # autotools in OSX 10.5 (Leopard) are a bit oldy/broken. # Bootstraping the system with macports seems to be enough to build. |