diff --git a/Modules/makesetup b/Modules/makesetup index 13e4149c8598c41..5e2ada098a5452e 100755 --- a/Modules/makesetup +++ b/Modules/makesetup @@ -97,7 +97,7 @@ CYGWIN*) if test $libdir = . ExtraLibDir='$(LIBPL)' fi ExtraLibs="-L$ExtraLibDir -lpython\$(LDVERSION)";; -MINGW*) +*) ExtraLibs='$(BLDLIBRARY)' ExtraLibDepends='$(LIBRARY_DEPS)';; esac