Revert "disable MacVST support (until it's ready)"
authorRobin Gareus <robin@gareus.org>
Wed, 16 Nov 2016 00:25:29 +0000 (01:25 +0100)
committerRobin Gareus <robin@gareus.org>
Wed, 16 Nov 2016 00:25:29 +0000 (01:25 +0100)
This reverts commit e0766e8f74e740cd24645f3712873a1b669e4995.

wscript

diff --git a/wscript b/wscript
index 056e165c1ce83fde47f5315673d20e05aa853d34..8beb5ecfb37b0a7048516906bb726ba0bde93ed1 100644 (file)
--- 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)