mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 15:36:24 +01:00
Possibly hacky fix for tests on newer Ubuntu (or maybe
its gcc 4.6.3) git-svn-id: svn://localhost/ardour2/branches/3.0@12110 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
0c005b9b84
commit
e455805d2b
1 changed files with 1 additions and 0 deletions
|
|
@ -142,6 +142,7 @@ def build(bld):
|
|||
testobj.includes = obj.includes + ['test', '../pbd']
|
||||
testobj.uselib = 'CPPUNIT XML SNDFILE'
|
||||
testobj.use = 'libpbd'
|
||||
testobj.linkflags = ['-lrt']
|
||||
|
||||
|
||||
def shutdown():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue