mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
Depend on debug names of shared libs for linking.
(This used to be commit 2e3296f181
)
This commit is contained in:
parent
52b230141b
commit
c611432605
@ -52,7 +52,7 @@ sub generate_shared_library($)
|
||||
|
||||
$lib->{RESULT_SHARED_LIBRARY} = "$lib->{SHAREDDIR}/$lib->{LIBRARY_REALNAME}";
|
||||
$lib->{OUTPUT_SHARED_LIBRARY} = "-l$link_name";
|
||||
$lib->{TARGET_SHARED_LIBRARY} = $lib->{RESULT_SHARED_LIBRARY};
|
||||
$lib->{TARGET_SHARED_LIBRARY} = "$lib->{SHAREDDIR}/$lib->{LIBRARY_DEBUGNAME}";
|
||||
}
|
||||
|
||||
sub generate_merged_obj($)
|
||||
|
Loading…
Reference in New Issue
Block a user