Skip to content

Commit 3fafbc8

Browse files
gh-149833: Change DLL prefix to "cygpython" on Cygwin (#149834)
Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent 1c5fe21 commit 3fafbc8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

configure

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1591,7 +1591,7 @@ if test $enable_shared = "yes"; then
15911591
CYGWIN*)
15921592
LDLIBRARY='libpython$(LDVERSION).dll.a'
15931593
BLDLIBRARY='-L. -lpython$(LDVERSION)'
1594-
DLLLIBRARY='libpython$(LDVERSION).dll'
1594+
DLLLIBRARY='cygpython$(LDVERSION).dll'
15951595
;;
15961596
SunOS*)
15971597
LDLIBRARY='libpython$(LDVERSION).so'

0 commit comments

Comments
 (0)