Skip to content

Commit

Permalink
configure: Fine-tuning for MinGW/msys build
Browse files Browse the repository at this point in the history
  • Loading branch information
nikias committed Oct 29, 2024
1 parent 5f437ee commit c28aef0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ case ${host_os} in
*mingw32*|*cygwin*)
AC_MSG_RESULT([${host_os}])
win32=true
deplibs_check_method='pass_all'
;;
darwin*|*android*)
AC_MSG_RESULT([${host_os}])
Expand Down

0 comments on commit c28aef0

Please sign in to comment.