diff options
Diffstat (limited to 'core/pkg/base.pkg/xmake.lua')
| -rw-r--r-- | core/pkg/base.pkg/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/pkg/base.pkg/xmake.lua b/core/pkg/base.pkg/xmake.lua index db521e677..92d1ced6d 100644 --- a/core/pkg/base.pkg/xmake.lua +++ b/core/pkg/base.pkg/xmake.lua @@ -5,7 +5,7 @@ option("base") set_category("package") -- add links - if is_os("windows") then add_links("ws2_32") + if is_os("windows") then add_links("ws2_32", "Advapi32") elseif is_os("android") then add_links("m", "c") else add_links("pthread", "dl", "m", "c") end |
