Disable OSX 10.5/PPC support (MacVST is Cocoa UI only)
This commit is contained in:
parent
b4b600a7b8
commit
878635222a
2
wscript
2
wscript
@ -880,6 +880,8 @@ def configure(conf):
|
|||||||
|
|
||||||
conf.define ('HAVE_COREAUDIO', 1)
|
conf.define ('HAVE_COREAUDIO', 1)
|
||||||
conf.define ('AUDIOUNIT_SUPPORT', 1)
|
conf.define ('AUDIOUNIT_SUPPORT', 1)
|
||||||
|
|
||||||
|
if not Options.options.ppc:
|
||||||
conf.define('MACVST_SUPPORT', 1)
|
conf.define('MACVST_SUPPORT', 1)
|
||||||
|
|
||||||
conf.define ('TOP_MENUBAR',1)
|
conf.define ('TOP_MENUBAR',1)
|
||||||
|
Loading…
Reference in New Issue
Block a user