diff options
author | mwayne <[email protected]> | 2019-01-25 22:47:54 +0100 |
---|---|---|
committer | John Stebbins <[email protected]> | 2019-02-11 07:37:07 -0800 |
commit | b4c12bb2fa6f93514d221b6ab21fe0bf3dae9de8 (patch) | |
tree | d33a34f72b68419d88d43f0a56165fb16b8d79b5 /gtk | |
parent | 8a6542db8b53aa2a6572ecd94e4f2a35285becc4 (diff) |
gtk: Link to libbcrypt on mingw-w64
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/configure.ac b/gtk/configure.ac index 93208785d..47e45fc56 100644 --- a/gtk/configure.ac +++ b/gtk/configure.ac @@ -191,7 +191,7 @@ case $host in else HB_LIBS="$HB_LIBS -lpthreadGC2" fi - HB_LIBS="$HB_LIBS -lregex -luuid" + HB_LIBS="$HB_LIBS -lbcrypt -lregex -luuid" ;; *-*-freebsd*) HB_LIBS="$HB_LIBS -lpthread" |