mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
samba_utils: Use LIBDIR rather than assuming it is set to $prefix/lib.
This commit is contained in:
parent
228a9c10d0
commit
0d4fa8514b
@ -67,7 +67,7 @@ def install_rpath(bld):
|
||||
'''the rpath value for installation'''
|
||||
bld.env['RPATH'] = []
|
||||
if bld.env.RPATH_ON_INSTALL:
|
||||
return ['%s/lib' % bld.env.PREFIX]
|
||||
return [bld.env.LIBDIR]
|
||||
return []
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user