mirror of
https://github.com/samba-team/samba.git
synced 2025-03-01 04:58:35 +03:00
waf: go back to the previous method of handling .inst. rules
the change broke the library linkages for some library, as spotted by Brad
This commit is contained in:
parent
e427f2fc81
commit
8759523295
@ -83,7 +83,7 @@ def install_library(self):
|
||||
# install link. That stops us from overwriting the existing build
|
||||
# target, which has different ldflags
|
||||
self.done_install_library = True
|
||||
t = self
|
||||
t = self.clone('default')
|
||||
t.posted = False
|
||||
t.target += '.inst'
|
||||
self.env.RPATH = build_ldflags
|
||||
|
Loading…
x
Reference in New Issue
Block a user