mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
python: Don't attempt to build shared and static versions of modules, because it's just not going to work with the current build system.
This commit is contained in:
parent
50b8a16d0c
commit
d9b4a5bb17
@ -182,7 +182,7 @@ sub check_python($$$)
|
||||
|
||||
$python->{SUBSYSTEM} = "LIBPYTHON";
|
||||
|
||||
check_module($INPUT, $python, ["SHARED_LIBRARY", "STATIC_LIBRARY"]);
|
||||
check_module($INPUT, $python, $default_ot);
|
||||
}
|
||||
|
||||
sub check_binary($$)
|
||||
|
Loading…
Reference in New Issue
Block a user