Skip to content

Commit

Permalink
fix: link env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Oct 6, 2023
1 parent 32dac6b commit 2703522
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ecsact/private/ecsact_binary.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ def _ecsact_binary_impl(ctx):
cc_toolchain = cc_toolchain,
)

variables = cc_common.create_compile_variables(
variables = cc_common.create_link_variables(
cc_toolchain = cc_toolchain,
feature_configuration = feature_configuration,
)

env = cc_common.get_environment_variables(
feature_configuration = feature_configuration,
action_name = ACTION_NAMES.cpp_compile,
action_name = ACTION_NAMES.cpp_link_dynamic_library,
variables = variables,
)

Expand Down

0 comments on commit 2703522

Please sign in to comment.