mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-23 21:57:16 +01:00
fix bundled LV2 installation path (waf install)
This commit is contained in:
parent
e6b696690a
commit
dfba00766c
1 changed files with 1 additions and 1 deletions
2
wscript
2
wscript
|
|
@ -747,7 +747,7 @@ def configure(conf):
|
|||
if Options.options.lv2dir:
|
||||
conf.env['LV2DIR'] = Options.options.lv2dir
|
||||
else:
|
||||
conf.env['LV2DIR'] = os.path.join(conf.env['LIBDIR'], 'lv2')
|
||||
conf.env['LV2DIR'] = os.path.join(conf.env['LIBDIR'], 'ardour' + str(conf.env['MAJOR']), 'lv2')
|
||||
|
||||
conf.env['LV2DIR'] = os.path.normpath(conf.env['LV2DIR'])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue