mirror of
https://github.com/samba-team/samba.git
synced 2025-01-24 02:04:21 +03:00
lib/replace: don't set -D_SAMBA_HOSTCC_ explicitly
use_hostcc=True already triggers this. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
parent
5295046082
commit
5172e1b0dd
@ -881,7 +881,6 @@ def build(bld):
|
||||
REPLACE_HOSTCC_SOURCE,
|
||||
use_hostcc=True,
|
||||
use_global_deps=False,
|
||||
cflags='-D_SAMBA_HOSTCC_',
|
||||
group='compiler_libraries',
|
||||
deps = extra_libs
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user