We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e093af5 commit b9f049cCopy full SHA for b9f049c
1 file changed
templates/qnx/cc_toolchain_config.bzl.template
@@ -85,6 +85,8 @@ def _impl(ctx):
85
dbg_feature = feature(name = "dbg")
86
opt_feature = feature(name = "opt")
87
88
+ supports_dynamic_linker_feature = feature(name = "supports_dynamic_linker", enabled = True)
89
+
90
assemble_action = action_config(
91
action_name = ACTION_NAMES.assemble,
92
tools = [tool(tool = ctx.executable.cc_binary)],
@@ -442,6 +444,7 @@ def _impl(ctx):
442
444
opt_feature,
443
445
use_license_env_info_feautre,
446
sdp_env_feature,
447
+ supports_dynamic_linker_feature,
448
supports_pic_feature,
449
runtime_library_search_directories_feature,
450
]
0 commit comments