mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
disable MacVST support (until it's ready)
This commit is contained in:
parent
80fa696564
commit
e0766e8f74
1 changed files with 3 additions and 1 deletions
4
wscript
4
wscript
|
|
@ -880,7 +880,9 @@ def configure(conf):
|
||||||
|
|
||||||
conf.define ('HAVE_COREAUDIO', 1)
|
conf.define ('HAVE_COREAUDIO', 1)
|
||||||
conf.define ('AUDIOUNIT_SUPPORT', 1)
|
conf.define ('AUDIOUNIT_SUPPORT', 1)
|
||||||
conf.define('MACVST_SUPPORT', 1)
|
|
||||||
|
# NOT READY FOR PRIME TIME
|
||||||
|
#conf.define('MACVST_SUPPORT', 1)
|
||||||
|
|
||||||
conf.define ('TOP_MENUBAR',1)
|
conf.define ('TOP_MENUBAR',1)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue