Skip to content

Commit

Permalink
kkos#220: add '--output-def libonig.def' for mingw and cygwin
Browse files Browse the repository at this point in the history
  • Loading branch information
kkos committed Oct 14, 2020
1 parent 86a0cc5 commit ec7a178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ FIX_TO_LDFLAGS=
case $host_os in
cygwin* | mingw* )
if test X"$enable_shared" = Xyes; then
FIX_TO_LDFLAGS="-no-undefined"
FIX_TO_LDFLAGS="-no-undefined -Wl,--output-def,libonig.def"
fi
;;
esac
Expand Down

0 comments on commit ec7a178

Please sign in to comment.