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
@ -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…
Reference in New Issue
Block a user