mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
remove redundant os.path.join() calls when specifying install path as bld.env['LIBDIR']
This commit is contained in:
parent
058986f77b
commit
1b989a93c2
10 changed files with 11 additions and 11 deletions
|
|
@ -53,7 +53,7 @@ def build(bld):
|
|||
obj.name = 'libqmdsp'
|
||||
obj.target = 'qmdsp'
|
||||
obj.vnum = QM_DSP_VERSION
|
||||
obj.install_path = os.path.join(bld.env['LIBDIR'])
|
||||
obj.install_path = bld.env['LIBDIR']
|
||||
|
||||
def shutdown():
|
||||
autowaf.shutdown()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue