mirror of
https://github.com/samba-team/samba.git
synced 2025-02-18 17:57:55 +03:00
r22032: Make sure static libraries end up in bin/static.
This commit is contained in:
parent
af87c22ecf
commit
316283170a
@ -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…
x
Reference in New Issue
Block a user