summaryrefslogtreecommitdiff
path: root/lib/replace
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2021-06-15 13:50:48 +1200
committerAndrew Bartlett <abartlet@samba.org>2021-06-15 22:41:34 +0000
commitf810e9119f3862bf238297f82940420c5bd2df4a (patch)
tree4e3af724eb6f74acc51d7efb13dde0b5374f4e29 /lib/replace
parent4be71c7a0594fd54fbf6949df49973cd4f9eabe8 (diff)
downloadsamba-f810e9119f3862bf238297f82940420c5bd2df4a.tar.gz
heimdal_build: Set up new build groups for the Heimdal hostcc components
This is based on various patches by Stefan Metzmacher in the patch set for the Heimdal upgrade. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'lib/replace')
-rw-r--r--lib/replace/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/replace/wscript b/lib/replace/wscript
index dac3042bb65..5d6324ef619 100644
--- a/lib/replace/wscript
+++ b/lib/replace/wscript
@@ -870,7 +870,7 @@ def build(bld):
REPLACE_HOSTCC_SOURCE,
use_hostcc=True,
use_global_deps=False,
- group='compiler_libraries',
+ group='hostcc_base_build_main',
deps = extra_libs
)