Skip to content

Commit 304647a

Browse files
naveen521kklazka
authored andcommitted
link with bcrypt
1 parent f1c2d47 commit 304647a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6784,7 +6784,7 @@ AC_MSG_RESULT(done)
67846784
# For mingw build need additional library for linking
67856785
case $host in
67866786
*-*-mingw*)
6787-
LIBS="$LIBS -lversion -lshlwapi -lpathcch"
6787+
LIBS="$LIBS -lversion -lshlwapi -lpathcch -lbcrypt"
67886788
AC_PROG_AWK
67896789
if test "$AWK" = "gawk"; then
67906790
awk_extra_flag="--non-decimal-data"

0 commit comments

Comments
 (0)