Expand locations for cache entries
This commit is contained in:
parent
0258d350a9
commit
f4236573c5
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue