disable MacVST support (until it's ready)

This commit is contained in:
Robin Gareus 2016-11-13 16:33:18 +01:00
parent 80fa696564
commit e0766e8f74

View file

@ -880,7 +880,9 @@ def configure(conf):
conf.define ('HAVE_COREAUDIO', 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)