diff options
Diffstat (limited to 'src/zencore/xmake.lua')
| -rw-r--r-- | src/zencore/xmake.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/zencore/xmake.lua b/src/zencore/xmake.lua index 4ec334574..1be89c14a 100644 --- a/src/zencore/xmake.lua +++ b/src/zencore/xmake.lua @@ -61,3 +61,9 @@ target('zencore') if is_plat("linux") then add_syslinks("rt") end + + if is_plat("windows") then + add_syslinks("Advapi32") + add_syslinks("Shell32") + add_syslinks("User32") + end
\ No newline at end of file |