DEVBUILD works on MacOSX again. ./ardev needs modification though.

git-svn-id: svn://localhost/trunk/ardour2@176 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Taybin Rutkin 2005-12-06 21:32:11 +00:00
parent dd455c894a
commit 61c20f76f4

View file

@ -156,6 +156,9 @@ if conf.CheckCHeader('wordexp.h'):
if conf.CheckCHeader('sys/vfs.h'):
ardour.Append(CXXFLAGS="-DHAVE_SYS_VFS_H")
if conf.CheckCHeader('/System/Library/Frameworks/CoreMIDI.framework/Headers/CoreMIDI.h'):
ardour.Append(LINKFLAGS="-framework CoreMIDI")
ardour = conf.Finish ()
ardour.Merge ([