Skip to content

Commit

Permalink
add #27146 fixes from bitcoin for windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
Naviabheeman committed Apr 24, 2023
1 parent 27d6fac commit e2bbd91
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ dnl we have those under control, re-enable that functionality.
case $host in
*mingw*)
lt_cv_deplibs_check_method="pass_all"

dnl Remove unwanted -DDLL_EXPORT from these variables.
dnl We do not use this macro, but system headers may export unwanted symbols
dnl if it's set.
lt_cv_prog_compiler_pic="-DPIC"
lt_cv_prog_compiler_pic_CXX="-DPIC"
;;
esac
dnl Require C++11 compiler (no GNU extensions)
Expand Down

0 comments on commit e2bbd91

Please sign in to comment.