mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
use product-neutral name for LV2 install dir
This commit is contained in:
parent
01d99870ff
commit
44ca3c948c
1 changed files with 1 additions and 1 deletions
2
wscript
2
wscript
|
|
@ -747,7 +747,7 @@ def configure(conf):
|
||||||
if Options.options.lv2dir:
|
if Options.options.lv2dir:
|
||||||
conf.env['LV2DIR'] = Options.options.lv2dir
|
conf.env['LV2DIR'] = Options.options.lv2dir
|
||||||
else:
|
else:
|
||||||
conf.env['LV2DIR'] = os.path.join(conf.env['LIBDIR'], 'ardour' + str(conf.env['MAJOR']), 'lv2')
|
conf.env['LV2DIR'] = os.path.join(conf.env['LIBDIR'], lwrcase_dirname, 'lv2')
|
||||||
|
|
||||||
conf.env['LV2DIR'] = os.path.normpath(conf.env['LV2DIR'])
|
conf.env['LV2DIR'] = os.path.normpath(conf.env['LV2DIR'])
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue