mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
r22032: Make sure static libraries end up in bin/static.
(This used to be commit 316283170a
)
This commit is contained in:
parent
3e0f5d7070
commit
3d0bc0ec0a
@ -90,6 +90,7 @@ sub generate_static_library($)
|
||||
|
||||
if (defined($lib->{OBJ_FILES})) {
|
||||
$lib->{TARGET_STATIC_LIBRARY} = "bin/static/$lib->{LIBRARY_NAME}";
|
||||
$lib->{STATICDIR} = 'bin/static';
|
||||
} else {
|
||||
$lib->{TARGET_STATIC_LIBRARY} = "";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user