Commit 9179f25
Guard against setting empty XCODE_DEVELOPER_DIR_PATH env var
Only set the XCODE_DEVELOPER_DIR_PATH environment variable when
DeveloperRoot is non-empty. Setting it to an empty string could
confuse child processes that check for its presence.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 30400f1 commit 9179f25
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | | - | |
| 197 | + | |
| 198 | + | |
198 | 199 | | |
199 | 200 | | |
200 | 201 | | |
| |||
0 commit comments