Skip to content

Commit 61cf227

Browse files
committed
makesetup: generalize the MINGW case
in theory, it should be correct for other system too and would fix cross-compilation
1 parent 4edaae8 commit 61cf227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/makesetup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ CYGWIN*) if test $libdir = .
9797
ExtraLibDir='$(LIBPL)'
9898
fi
9999
ExtraLibs="-L$ExtraLibDir -lpython\$(LDVERSION)";;
100-
MINGW*)
100+
*)
101101
ExtraLibs='$(BLDLIBRARY)'
102102
ExtraLibDepends='$(LIBRARY_DEPS)';;
103103
esac

0 commit comments

Comments
 (0)