mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
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:
parent
dd455c894a
commit
61c20f76f4
1 changed files with 3 additions and 0 deletions
|
|
@ -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 ([
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue