mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
add clean and nice check for Tracks builds
This commit is contained in:
parent
8a9dc2c2d5
commit
e1bd9401d5
3 changed files with 11 additions and 3 deletions
|
|
@ -86,7 +86,7 @@ def configure(conf):
|
|||
|
||||
def build(bld):
|
||||
sources = gtkmm2ext_sources
|
||||
if bld.env['PROGRAM_NAME'] == 'TracksLive':
|
||||
if bld.is_tracks_build():
|
||||
sources += [ 'waves_fastmeter.cc' ]
|
||||
else:
|
||||
sources += [ 'fastmeter.cc' ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue