Issue #13756: Fix building extensions modules on Cygwin

Patch by Roumen Petrov, based on original patch by Jason Tishler.
This commit is contained in:
Zachary Ware 2016-10-01 16:15:09 -05:00
parent e999e96143
commit 3839d99b79
4 changed files with 5 additions and 9 deletions

View file

@ -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