Skip to content

Commit 3647784

Browse files
committed
stage2: add missing frexpl.c to mingw c source file list
1 parent 843d91e commit 3647784

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mingw.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -707,6 +707,7 @@ const mingwex_generic_src = [_][]const u8{
707707
"math" ++ path.sep_str ++ "fpclassifyf.c",
708708
"math" ++ path.sep_str ++ "fpclassifyl.c",
709709
"math" ++ path.sep_str ++ "frexpf.c",
710+
"math" ++ path.sep_str ++ "frexpl.c",
710711
"math" ++ path.sep_str ++ "hypot.c",
711712
"math" ++ path.sep_str ++ "hypotf.c",
712713
"math" ++ path.sep_str ++ "hypotl.c",

0 commit comments

Comments
 (0)