Skip to content

Commit a00b1f2

Browse files
committed
fixed weird regress
1 parent 80ae722 commit a00b1f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ def MatchingFor(*versions):
706706
Object(Matching, "MSL_C/MSL_Common/errno.c"),
707707
Object(NonMatching, "MSL_C/MSL_Common/extras.c"),
708708
Object(NonMatching, "MSL_C/MSL_Common/file_io.c"),
709-
Object(NonMatching, "MSL_C/MSL_Common/FILE_POS.c"),
709+
Object(NonMatching, "MSL_C/MSL_Common/FILE_POS.C"),
710710
Object(NonMatching, "MSL_C/MSL_Common/ios.cpp"),
711711
Object(Matching, "MSL_C/MSL_Common/locale.c"),
712712
Object(NonMatching, "MSL_C/MSL_Common/mbstring.c"),

0 commit comments

Comments
 (0)