Skip to content

Commit

Permalink
Add msys host for python linking
Browse files Browse the repository at this point in the history
  • Loading branch information
wsfulton committed Jul 15, 2024
1 parent 58d11cb commit 9091959
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2005,7 +2005,7 @@ else

# Cygwin (Windows) needs the library for dynamic linking
case $host in
*-*-cygwin* | *-*-mingw*)
*-*-cygwin* | *-*-mingw* | *-*-msys*)
PYTHONDYNAMICLINKING="$PYLIB $PYLINK"
DEFS="-DUSE_DL_IMPORT $DEFS"
;;
Expand Down Expand Up @@ -2184,7 +2184,7 @@ else

# Cygwin (Windows) needs the library for dynamic linking
case $host in
*-*-cygwin* | *-*-mingw*)
*-*-cygwin* | *-*-mingw* | *-*-msys*)
# PYTHON3DYNAMICLINKING ought to be replaced by $PY3CONFIG --ldflags
PYTHON3DYNAMICLINKING="$PY3LIB $PY3LINK"
DEFS="-DUSE_DL_IMPORT $DEFS"
Expand Down

0 comments on commit 9091959

Please sign in to comment.