diff options
author | Bradley Sepos <[email protected]> | 2018-05-29 03:00:19 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2018-05-29 03:00:19 -0400 |
commit | d23fe3be5d97fc92b4c88e659ef14262b01f9579 (patch) | |
tree | 90860b8c35a5f558b37cce1e1b1e1efcdf946e32 /test | |
parent | 49cb4308aa8d3197b9c7be426dfad8ee9baf5b09 (diff) |
libhb: cli: Link to libbcrypt on mingw-w64.
Diffstat (limited to 'test')
-rw-r--r-- | test/module.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/module.defs b/test/module.defs index 1260d7eac..26b9a2883 100644 --- a/test/module.defs +++ b/test/module.defs @@ -78,7 +78,7 @@ ifeq (1,$(HAS.pthread)) else TEST.GCC.l += pthreadGC2 endif - TEST.GCC.l += iconv ws2_32 regex uuid ole32 + TEST.GCC.l += bcrypt iconv ws2_32 regex uuid ole32 TEST.GCC.D += PTW32_STATIC_LIB TEST.GCC.args.extra.exe++ += -static endif # (1-mingw,$(BUILD.cross)-$(BUILD.system)) |