DEVBUILD works on MacOSX again. ./ardev needs modification though.
authorTaybin Rutkin <taybin@taybin.com>
Tue, 6 Dec 2005 21:32:11 +0000 (21:32 +0000)
committerTaybin Rutkin <taybin@taybin.com>
Tue, 6 Dec 2005 21:32:11 +0000 (21:32 +0000)
git-svn-id: svn://localhost/trunk/ardour2@176 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/SConscript

index 1482d1b9f5328638b2e09f8812171607db5aa2b3..bdbe3de51713115738acd4566715de68687c1125 100644 (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 ([