Skip to content

Commit c74c741

Browse files
committed
fix: running under nix
1 parent 3a30bc8 commit c74c741

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)