Commit 33889e1974
Changed files (1)
src
src/mingw.zig
@@ -702,6 +702,7 @@ const mingwex_generic_src = [_][]const u8{
"math" ++ path.sep_str ++ "fpclassify.c",
"math" ++ path.sep_str ++ "fpclassifyf.c",
"math" ++ path.sep_str ++ "fpclassifyl.c",
+ "math" ++ path.sep_str ++ "frexp.c",
"math" ++ path.sep_str ++ "frexpf.c",
"math" ++ path.sep_str ++ "frexpl.c",
"math" ++ path.sep_str ++ "hypot.c",