summaryrefslogtreecommitdiffstats
path: root/libhb/module.defs
diff options
context:
space:
mode:
authorBradley Sepos <[email protected]>2018-05-29 03:00:19 -0400
committerBradley Sepos <[email protected]>2018-05-29 03:00:19 -0400
commitd23fe3be5d97fc92b4c88e659ef14262b01f9579 (patch)
tree90860b8c35a5f558b37cce1e1b1e1efcdf946e32 /libhb/module.defs
parent49cb4308aa8d3197b9c7be426dfad8ee9baf5b09 (diff)
libhb: cli: Link to libbcrypt on mingw-w64.
Diffstat (limited to 'libhb/module.defs')
-rw-r--r--libhb/module.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/module.defs b/libhb/module.defs
index ba924b841..e575e9117 100644
--- a/libhb/module.defs
+++ b/libhb/module.defs
@@ -186,7 +186,7 @@ else
endif
LIBHB.GCC.args.extra.dylib++ += -Wl,--out-implib,$(LIBHB.lib)
-LIBHB.GCC.l += ws2_32 uuid ole32
+LIBHB.GCC.l += bcrypt ws2_32 uuid ole32
ifeq ($(HAS.dlfcn),1)
LIBHB.GCC.l += dl
endif