OSX: Add a framework-check for Jack to avoid crashes
This commit is contained in:
@@ -25,6 +25,8 @@ if env['WITH_BF_JACK']:
|
||||
sources += env.Glob('jack/*.cpp')
|
||||
incs += ' jack ' + env['BF_JACK_INC']
|
||||
defs.append('WITH_JACK')
|
||||
if env['OURPLATFORM'] == 'darwin':
|
||||
incs += ' ' + env['BF_BOOST_INC']
|
||||
|
||||
if env['WITH_BF_SNDFILE']:
|
||||
sources += env.Glob('sndfile/*.cpp')
|
||||
|
Reference in New Issue
Block a user