diff options
| author | Stefan Boberg <[email protected]> | 2023-10-09 22:48:53 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-10-09 22:48:53 +0200 |
| commit | e948384f562f742a9f479dee074b33802958ba1a (patch) | |
| tree | aeec2cccde8607d01d224aa54788b2332b69b29e /src/zencore/xmake.lua | |
| parent | reject bad bucket reads (#456) (diff) | |
| download | zen-e948384f562f742a9f479dee074b33802958ba1a.tar.xz zen-e948384f562f742a9f479dee074b33802958ba1a.zip | |
minor fixes to zencore (#457)
* AssertException constructor should be explicit
* removed pragma comment
Diffstat (limited to 'src/zencore/xmake.lua')
| -rw-r--r-- | src/zencore/xmake.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/zencore/xmake.lua b/src/zencore/xmake.lua index 706adff81..37609f0d1 100644 --- a/src/zencore/xmake.lua +++ b/src/zencore/xmake.lua @@ -48,4 +48,6 @@ target('zencore') add_syslinks("Advapi32") add_syslinks("Shell32") add_syslinks("User32") + add_syslinks("crypt32") + add_syslinks("ws2_32") end |