aboutsummaryrefslogtreecommitdiff
path: root/Makefile.flags
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2025-06-12 13:03:20 +0000
committerGitHub <noreply@github.com>2025-06-12 13:03:20 +0000
commit143f43d75e5f210c5876c2f73bb842e4f08110a6 (patch)
tree8ae55c1e2e14f1a826866940ea3f189051a2b1ed /Makefile.flags
parent854c647da7a84cf2aaa2c9a84ff1ca353bdaf9cf (diff)
parent3fac1fbf2c3daf805629f0ecb10b3d268d2a6f5d (diff)
downloadbusybox-w32-143f43d75e5f210c5876c2f73bb842e4f08110a6.tar.gz
busybox-w32-143f43d75e5f210c5876c2f73bb842e4f08110a6.tar.bz2
busybox-w32-143f43d75e5f210c5876c2f73bb842e4f08110a6.zip
Merge pull request #498 from rfl890/master
Add a Windows CNG backend for hash_md5_sha
Diffstat (limited to 'Makefile.flags')
-rw-r--r--Makefile.flags2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.flags b/Makefile.flags
index bf094ec5e..a26e61e7b 100644
--- a/Makefile.flags
+++ b/Makefile.flags
@@ -164,7 +164,7 @@ endif
164endif 164endif
165 165
166EXEEXT = .exe 166EXEEXT = .exe
167LDLIBS += ws2_32 167LDLIBS += ws2_32 bcrypt
168endif 168endif
169 169
170ifneq ($(CONFIG_PLATFORM_MINGW32),y) 170ifneq ($(CONFIG_PLATFORM_MINGW32),y)