mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
install all additional binaries in $libdir
This commit is contained in:
parent
9a9a8f78ef
commit
cb38034334
6 changed files with 16 additions and 10 deletions
|
|
@ -21,7 +21,7 @@ def build(bld):
|
|||
obj = bld (features = 'c cprogram')
|
||||
obj.source = 'exec_wrapper.c'
|
||||
obj.target = 'ardour-exec-wrapper'
|
||||
obj.install_path = os.path.join(bld.env['LIBDIR'], 'vfork')
|
||||
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