Skip to content

Commit 3debc17

Browse files
authored
Apply expand_locations_and_make_variables to cache_entries (#1240)
1 parent fb20967 commit 3debc17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

foreign_cc/cmake.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ def _create_configure_script(configureParameters):
263263
install_prefix = "$$INSTALLDIR$$",
264264
root = root,
265265
no_toolchain_file = no_toolchain_file,
266-
user_cache = dict(ctx.attr.cache_entries),
266+
user_cache = expand_locations_and_make_variables(ctx, ctx.attr.cache_entries, "cache_entries", data),
267267
user_env = expand_locations_and_make_variables(ctx, ctx.attr.env, "env", data),
268268
options = attrs.generate_args,
269269
cmake_commands = cmake_commands,

0 commit comments

Comments
 (0)