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:
@@ -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 ([
|
||||
|
||||
Reference in New Issue
Block a user