From adf717bbaed3e9ddbaa0d2d75f2ef25366968a74 Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Sat, 1 Oct 2016 16:15:09 -0500 Subject: Issue #13756: Fix building extensions modules on Cygwin Patch by Roumen Petrov, based on original patch by Jason Tishler. --- Modules/makesetup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Modules/makesetup') diff --git a/Modules/makesetup b/Modules/makesetup index 3297b78a20..b87233758e 100755 --- a/Modules/makesetup +++ b/Modules/makesetup @@ -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 -- cgit v1.2.1