Fix some compiling warnings and errors in OS X

git-svn-id: svn://localhost/ardour2/branches/3.0@4358 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Sakari Bergen 2008-12-29 19:50:19 +00:00
parent 22d73333c6
commit 3d239bb9d5
8 changed files with 31 additions and 26 deletions

View file

@ -64,6 +64,8 @@ taglib.Append (CPPATH= [ '#libs/taglib/taglib',
]
)
if env['IS_OSX']:
taglib.Append (LINKFLAGS= [ "-lz" ] )
#conf = Configure(taglib)
#taglib = conf.finish ()