Revert "Apply expand_locations_and_make_variables to cache_entries" (#1250)

This commit is contained in:
James Sharpe 2024-08-07 23:04:24 +01:00 committed by GitHub
parent 3debc17d85
commit 122d83cd7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ def _create_configure_script(configureParameters):
install_prefix = "$$INSTALLDIR$$",
root = root,
no_toolchain_file = no_toolchain_file,
user_cache = expand_locations_and_make_variables(ctx, ctx.attr.cache_entries, "cache_entries", data),
user_cache = dict(ctx.attr.cache_entries),
user_env = expand_locations_and_make_variables(ctx, ctx.attr.env, "env", data),
options = attrs.generate_args,
cmake_commands = cmake_commands,