Skip to content

Commit df265bb

Browse files
author
James Sharpe
authored
Revert "cmake: use variable expansion on generator args" (#1219)
1 parent d48f8b5 commit df265bb

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
@@ -265,7 +265,7 @@ def _create_configure_script(configureParameters):
265265
no_toolchain_file = no_toolchain_file,
266266
user_cache = dict(ctx.attr.cache_entries),
267267
user_env = expand_locations_and_make_variables(ctx, ctx.attr.env, "env", data),
268-
options = expand_locations_and_make_variables(ctx, ctx.attr.generate_args, "generate_args", data),
268+
options = attrs.generate_args,
269269
cmake_commands = cmake_commands,
270270
cmake_prefix = prefix,
271271
include_dirs = inputs.include_dirs,

0 commit comments

Comments
 (0)