Commit 396e451
Fix maccatalyst RID detection in SDK targets
The OS detection logic falls through to 'linux' for maccatalyst-* RIDs
since they don't start with 'win' or 'osx'. Add explicit handling for
the 'maccatalyst' prefix to map it to 'osx', so the correct Darwin CLI
binary is downloaded.
Relates to #454
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent ce54e43 commit 396e451
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
0 commit comments