Skip to content

Commit ddd4030

Browse files
committed
Enable RE linking and archiving
1 parent a9aff99 commit ddd4030

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

toolchains/cxx.bzl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,9 @@ def _cxx_toolchain_impl(ctx: AnalysisContext):
6464
archiver = RunInfo(tools.archiver),
6565
archiver_type = tools.archiver_type,
6666
lto_mode = LtoMode("none"),
67-
link_binaries_locally = True,
68-
archive_objects_locally = True,
67+
link_binaries_locally = False,
68+
link_libraries_locally = False,
69+
archive_objects_locally = False,
6970
use_archiver_flags = True,
7071
shlib_interfaces = ShlibInterfacesMode("disabled"),
7172
link_style = LinkStyle("shared"),

0 commit comments

Comments
 (0)