Expand locations for cache entries

This commit is contained in:
Øystein Hovind 2023-11-06 15:55:45 +01:00
parent 0258d350a9
commit f4236573c5
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 = dict(ctx.attr.cache_entries),
user_cache = expand_locations_and_make_variables(ctx, ctx.attr.cache_entries, "cache_entries", data),
user_env = expand_locations_and_make_variables(ctx, ctx.attr.env, "env", data),
options = expand_locations_and_make_variables(ctx, ctx.attr.generate_args, "generate_args", data),
cmake_commands = cmake_commands,