summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-11-13 16:33:18 +0100
committerRobin Gareus <robin@gareus.org>2016-11-13 16:35:06 +0100
commite0766e8f74e740cd24645f3712873a1b669e4995 (patch)
tree6add76bf043715e9895fc6833b71f6bbdfe6f525
parent80fa696564a2b261b6cf751ff61e4d885d3a2dc0 (diff)
disable MacVST support (until it's ready)
-rw-r--r--wscript4
1 files changed, 3 insertions, 1 deletions
diff --git a/wscript b/wscript
index 8beb5ecfb3..056e165c1c 100644
--- a/wscript
+++ b/wscript
@@ -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)