mirror of
https://github.com/ziglang/zig.git
synced 2026-02-20 08:14:48 +00:00
stage2: add missing frexpl.c to mingw c source file list
This commit is contained in:
parent
843d91e75d
commit
3647784d05
@ -707,6 +707,7 @@ const mingwex_generic_src = [_][]const u8{
|
||||
"math" ++ path.sep_str ++ "fpclassifyf.c",
|
||||
"math" ++ path.sep_str ++ "fpclassifyl.c",
|
||||
"math" ++ path.sep_str ++ "frexpf.c",
|
||||
"math" ++ path.sep_str ++ "frexpl.c",
|
||||
"math" ++ path.sep_str ++ "hypot.c",
|
||||
"math" ++ path.sep_str ++ "hypotf.c",
|
||||
"math" ++ path.sep_str ++ "hypotl.c",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user