mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 20:55:48 +01:00
install libardouralsautil into the normal libdir, not a subdir
This commit is contained in:
parent
cd5c1b7b74
commit
7caad67f7f
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ def build(bld):
|
|||
obj.includes = ['.']
|
||||
obj.target = 'ardour-request-device'
|
||||
obj.uselib = [ 'DBUS' ]
|
||||
obj.install_path = os.path.join(bld.env['LIBDIR'], 'ardouralsautil')
|
||||
obj.install_path = os.path.join(bld.env['LIBDIR'])
|
||||
obj.defines = [
|
||||
'_POSIX_SOURCE',
|
||||
'_XOPEN_SOURCE=500',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue