mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Issue #13756: Fix building extensions modules on Cygwin
Patch by Roumen Petrov, based on original patch by Jason Tishler.
This commit is contained in:
parent
e999e96143
commit
3839d99b79
4 changed files with 5 additions and 9 deletions
|
@ -91,7 +91,7 @@ CYGWIN*) if test $libdir = .
|
|||
else
|
||||
ExtraLibDir='$(LIBPL)'
|
||||
fi
|
||||
ExtraLibs="-L$ExtraLibDir -lpython\$(VERSION)";;
|
||||
ExtraLibs="-L$ExtraLibDir -lpython\$(LDVERSION)";;
|
||||
esac
|
||||
|
||||
# Main loop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue