changeset 2995:2764f862dc0d

correct case for Darwin zlib
author hanwen <hanwen@lilypond.org>
date Sat, 23 Dec 2006 21:00:53 +0100
parents a462b5c36c75
children 2cf9cf890213
files specs/zlib.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/specs/zlib.py	Fri Dec 22 11:16:58 2006 +0100
+++ b/specs/zlib.py	Sat Dec 23 21:00:53 2006 +0100
@@ -24,6 +24,7 @@
     def configure_command (self):
         stripped_platform = self.settings.expand ('%(platform)s')
         stripped_platform = re.sub ('-.*', '', stripped_platform)
+        stripped_platform = stripped_platform.replace ('darwin', 'Darwin')
         
         zlib_is_broken = 'SHAREDTARGET=libz.so.1.2.2 target=' + stripped_platform