fixed flac sconstruct checklib questionably by adding a language=CXX param
git-svn-id: svn://localhost/ardour2/trunk@714 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -451,7 +451,7 @@ libraries['usb'] = conf.Finish ()
|
||||
libraries['flac'] = LibraryInfo ()
|
||||
|
||||
conf = Configure (libraries['flac'])
|
||||
conf.CheckLib ('FLAC', 'FLAC__stream_decoder_new')
|
||||
conf.CheckLib ('FLAC', 'FLAC__stream_decoder_new', language='CXX')
|
||||
libraries['flac'] = conf.Finish ()
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user