mirror of
https://github.com/openai/codex.git
synced 2026-05-16 09:12:54 +00:00
Pass link flavor through MSVC lld shim
This commit is contained in:
2
.github/actions/setup-msvc-env/action.yml
vendored
2
.github/actions/setup-msvc-env/action.yml
vendored
@@ -139,7 +139,7 @@ internal static class Program
|
||||
{
|
||||
UseShellExecute = false,
|
||||
};
|
||||
var filteredArgs = new List<string>();
|
||||
var filteredArgs = new List<string> { "-flavor", "link" };
|
||||
foreach (var arg in args)
|
||||
{
|
||||
if (!string.Equals(arg, "/arm64hazardfree", StringComparison.OrdinalIgnoreCase))
|
||||
|
||||
Reference in New Issue
Block a user