mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
Fix building unit-tests
This commit is contained in:
parent
f101a657f2
commit
5c789547cb
4 changed files with 5 additions and 5 deletions
|
|
@ -150,7 +150,7 @@ def build(bld):
|
|||
'''
|
||||
obj.includes = ['.', './src']
|
||||
obj.use = 'libevoral_static'
|
||||
obj.uselib = 'CPPUNIT SNDFILE LIBPBD'
|
||||
obj.uselib = 'GLIBMM GTHREAD SMF XML LIBPBD OSX CPPUNIT'
|
||||
obj.target = 'run-tests'
|
||||
obj.name = 'libevoral-tests'
|
||||
obj.install_path = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue