Add functionality to show ASIO control panel
This commit is contained in:
@@ -17,6 +17,7 @@ def options(opt):
|
||||
def configure(conf):
|
||||
autowaf.configure(conf)
|
||||
autowaf.check_pkg(conf, 'portaudio-2.0', uselib_store='PORTAUDIO', atleast_version='19')
|
||||
conf.check(header_name='pa_asio.h', define_name='WITH_ASIO', mandatory=False)
|
||||
|
||||
def build(bld):
|
||||
obj = bld(features = 'cxx cxxshlib')
|
||||
|
||||
Reference in New Issue
Block a user