We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c12fddf commit b322d26Copy full SHA for b322d26
xcodeproj/internal/execution_root.bzl
@@ -15,6 +15,7 @@ def write_execution_root_file(*, actions, bin_dir_path, name):
15
output = actions.declare_file("{}_execution_root_file".format(name))
16
17
actions.run_shell(
18
+ use_default_shell_env = True,
19
outputs = [output],
20
command = """\
21
bin_dir_full="$(perl -MCwd -e 'print Cwd::abs_path shift' "{bin_dir}";)"
0 commit comments