mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
lib:replace: Fix trailing whitespace in wscript
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
3de61dc677
commit
ae86c620aa
@ -934,9 +934,9 @@ def build(bld):
|
|||||||
bld.SAMBA_LIBRARY('replace',
|
bld.SAMBA_LIBRARY('replace',
|
||||||
source=REPLACE_SOURCE,
|
source=REPLACE_SOURCE,
|
||||||
group='base_libraries',
|
group='base_libraries',
|
||||||
# FIXME: Ideally symbols should be hidden here so they
|
# FIXME: Ideally symbols should be hidden here so they
|
||||||
# don't appear in the global namespace when Samba
|
# don't appear in the global namespace when Samba
|
||||||
# libraries are loaded, but this doesn't appear to work
|
# libraries are loaded, but this doesn't appear to work
|
||||||
# at the moment:
|
# at the moment:
|
||||||
# hide_symbols=bld.BUILTIN_LIBRARY('replace'),
|
# hide_symbols=bld.BUILTIN_LIBRARY('replace'),
|
||||||
private_library=True,
|
private_library=True,
|
||||||
|
Loading…
Reference in New Issue
Block a user