diff options
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 e6102679d..5f2d95e16 100644 --- a/src/zencore/xmake.lua +++ b/src/zencore/xmake.lua @@ -53,6 +53,7 @@ target('zencore') if is_plat("windows") then add_syslinks("Advapi32") + add_syslinks("Dbghelp") add_syslinks("Shell32") add_syslinks("User32") add_syslinks("crypt32") |