authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2021-01-22 23:34:53-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2021-01-22 23:35:13-07:00
log3647784d05ad6535875435c3268abe2316aa4f79
treef18c218c4ab1c1adaa32be976aa6796ab1ef0673
parent843d91e75d166ac41d7c9b27b86b236f14865e31

stage2: add missing frexpl.c to mingw c source file list


1 files changed, 1 insertions(+), 0 deletions(-)

src/mingw.zig+1
...@@ -707,6 +707,7 @@ const mingwex_generic_src = [_][]const u8{...@@ -707,6 +707,7 @@ const mingwex_generic_src = [_][]const u8{
707 "math" ++ path.sep_str ++ "fpclassifyf.c",707 "math" ++ path.sep_str ++ "fpclassifyf.c",
708 "math" ++ path.sep_str ++ "fpclassifyl.c",708 "math" ++ path.sep_str ++ "fpclassifyl.c",
709 "math" ++ path.sep_str ++ "frexpf.c",709 "math" ++ path.sep_str ++ "frexpf.c",
710 "math" ++ path.sep_str ++ "frexpl.c",
710 "math" ++ path.sep_str ++ "hypot.c",711 "math" ++ path.sep_str ++ "hypot.c",
711 "math" ++ path.sep_str ++ "hypotf.c",712 "math" ++ path.sep_str ++ "hypotf.c",
712 "math" ++ path.sep_str ++ "hypotl.c",713 "math" ++ path.sep_str ++ "hypotl.c",