Skip to content

Commit b61f8d8

Browse files
naveen521kklazka
authored andcommitted
link with bcrypt
1 parent d1d933b commit b61f8d8

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
@@ -6780,7 +6780,7 @@ AC_MSG_RESULT(done)
67806780
# For mingw build need additional library for linking
67816781
case $host in
67826782
*-*-mingw*)
6783-
LIBS="$LIBS -lversion -lshlwapi -lpathcch"
6783+
LIBS="$LIBS -lversion -lshlwapi -lpathcch -lbcrypt"
67846784
AC_PROG_AWK
67856785
if test "$AWK" = "gawk"; then
67866786
awk_extra_flag="--non-decimal-data"

0 commit comments

Comments
 (0)