From 878635222a0c735346430564133827d888d9715d Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 19 Nov 2016 00:45:13 +0100 Subject: Disable OSX 10.5/PPC support (MacVST is Cocoa UI only) --- wscript | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 8beb5ecfb3..dbc73417b2 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) + + if not Options.options.ppc: + conf.define('MACVST_SUPPORT', 1) conf.define ('TOP_MENUBAR',1) -- cgit v1.2.3