diff options
| author | Stefan Boberg <[email protected]> | 2023-11-08 14:05:28 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-11-08 14:05:28 +0100 |
| commit | 9e20e6c9f46420c88969236fa0cb64b31109d967 (patch) | |
| tree | 0ca61a578c143bfb39d3c922519e727256d71b26 /src/zencore/xmake.lua | |
| parent | changed logic around sponsor process monitoring (#522) (diff) | |
| download | zen-9e20e6c9f46420c88969236fa0cb64b31109d967.tar.xz zen-9e20e6c9f46420c88969236fa0cb64b31109d967.zip | |
implemented openssl-free encryption for Windows (#520)
trims 40% off the (Windows) executable size
Diffstat (limited to 'src/zencore/xmake.lua')
| -rw-r--r-- | src/zencore/xmake.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zencore/xmake.lua b/src/zencore/xmake.lua index 51ee0eb75..73e3b9198 100644 --- a/src/zencore/xmake.lua +++ b/src/zencore/xmake.lua @@ -50,5 +50,6 @@ target('zencore') add_syslinks("Shell32") add_syslinks("User32") add_syslinks("crypt32") + add_syslinks("bcrypt") add_syslinks("ws2_32") end |