mirror of
https://github.com/ziglang/zig.git
synced 2026-02-20 16:24:51 +00:00
mingw-w64: add missing file frexp.c to mingwex.lib
Fixes a frexp() segfault on Windows.
This commit is contained in:
parent
590880158a
commit
33889e1974
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user