Revert "Apply expand_locations_and_make_variables to cache_entries" (#1250)
This commit is contained in:
parent
3debc17d85
commit
122d83cd7d
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue