1
0
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:
Stefan Metzmacher 2020-04-03 11:50:53 +02:00 committed by Andreas Schneider
parent 5295046082
commit 5172e1b0dd

View File

@ -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
)