Skip to content

Commit

Permalink
makesetup: generalize the MINGW case
Browse files Browse the repository at this point in the history
in theory, it should be correct for other system too
and would fix cross-compilation
  • Loading branch information
naveen521kk committed Nov 2, 2024
1 parent 6fc4075 commit 408dffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/makesetup
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ CYGWIN*) if test $libdir = .
ExtraLibDir='$(LIBPL)'
fi
ExtraLibs="-L$ExtraLibDir -lpython\$(LDVERSION)";;
MINGW*)
*)
ExtraLibs='$(BLDLIBRARY)'
ExtraLibDepends='$(LIBRARY_DEPS)';;
esac
Expand Down

0 comments on commit 408dffc

Please sign in to comment.