Disable OSX 10.5/PPC support (MacVST is Cocoa UI only)

This commit is contained in:
Robin Gareus 2016-11-19 00:45:13 +01:00
parent b4b600a7b8
commit 878635222a
1 changed files with 3 additions and 1 deletions

View File

@ -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)