Revert "use product-neutral name for LV2 install dir"
This reverts commit 44ca3c948c
.
This commit is contained in:
parent
95660a06e2
commit
7ef0df7904
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'], lwrcase_dirname, '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'])
|
conf.env['LV2DIR'] = os.path.normpath(conf.env['LV2DIR'])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user