mirror of
https://github.com/openai/codex.git
synced 2026-05-02 04:11:39 +03:00
13 lines
348 B
Diff
13 lines
348 B
Diff
diff --git a/runtimes/mingw/crt_sources.bzl b/runtimes/mingw/crt_sources.bzl
|
|
index 744f076..1a8a204 100644
|
|
--- a/runtimes/mingw/crt_sources.bzl
|
|
+++ b/runtimes/mingw/crt_sources.bzl
|
|
@@ -336,6 +336,7 @@ MINGWEX_TEXTUAL_SRCS = [
|
|
]
|
|
|
|
MINGWEX_X86_SRCS = [
|
|
+ "cfguard/guard_dispatch.S",
|
|
"math/cbrtl.c",
|
|
"math/erfl.c",
|
|
"math/fdiml.c",
|