mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 20:29:35 +01:00
Fix for scons syntax error.
git-svn-id: svn://localhost/ardour2/trunk@1654 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
d7df60bf11
commit
54de497572
1 changed files with 1 additions and 1 deletions
|
|
@ -729,7 +729,7 @@ libraries['flac'].Append(CCFLAGS="-I/usr/local/include", LINKFLAGS="-L/usr/local
|
|||
|
||||
conf = Configure (libraries['flac'])
|
||||
if conf.CheckLib ('FLAC', 'FLAC__stream_decoder_new', language='CXX'):
|
||||
conf.env.Append('-DHAVE_FLAC')
|
||||
conf.env.Append(CCFLAGS='-DHAVE_FLAC')
|
||||
libraries['flac'] = conf.Finish ()
|
||||
|
||||
# or if that fails...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue