Skip to content

Commit bf72498

Browse files
authored
Fix running under nix (#3169)
Also escaping whitespaces in output_groups Signed-off-by: Timothy Klim <git@timothyklim.com>
1 parent 5a61f9e commit bf72498

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

xcodeproj/internal/execution_root.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ def write_execution_root_file(*, actions, bin_dir_path, name):
1919
output = actions.declare_file("{}_execution_root_file".format(name))
2020

2121
actions.run_shell(
22+
use_default_shell_env = True,
2223
outputs = [output],
2324
command = """\
2425
bin_dir_full="$(perl -MCwd -e 'print Cwd::abs_path shift' "{bin_dir}";)"

0 commit comments

Comments
 (0)