From dcc16b74407bd1bc334bc69e21c5a3dc1b8127bb Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 16 Nov 2016 01:25:29 +0100 Subject: Revert "disable MacVST support (until it's ready)" This reverts commit e0766e8f74e740cd24645f3712873a1b669e4995. --- wscript | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 056e165c1c..8beb5ecfb3 100644 --- a/wscript +++ b/wscript @@ -880,9 +880,7 @@ def configure(conf): conf.define ('HAVE_COREAUDIO', 1) conf.define ('AUDIOUNIT_SUPPORT', 1) - - # NOT READY FOR PRIME TIME - #conf.define('MACVST_SUPPORT', 1) + conf.define('MACVST_SUPPORT', 1) conf.define ('TOP_MENUBAR',1) -- cgit v1.2.3