Skip to content

Commit 122d83c

Browse files
author
James Sharpe
authored
Revert "Apply expand_locations_and_make_variables to cache_entries" (#1250)
1 parent 3debc17 commit 122d83c

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 = expand_locations_and_make_variables(ctx, ctx.attr.cache_entries, "cache_entries", data),
266+
user_cache = dict(ctx.attr.cache_entries),
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)