aboutsummaryrefslogtreecommitdiff
path: root/src/zencore
diff options
context:
space:
mode:
Diffstat (limited to 'src/zencore')
-rw-r--r--src/zencore/xmake.lua4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/zencore/xmake.lua b/src/zencore/xmake.lua
index ef462ad03..a3fd4dacb 100644
--- a/src/zencore/xmake.lua
+++ b/src/zencore/xmake.lua
@@ -37,10 +37,8 @@ target('zencore')
add_packages("json11")
- if is_plat("linux") then
+ if is_plat("linux", "macosx") then
add_packages("openssl3") -- required for crypto
- elseif is_plat("macosx") then
- add_packages("mbedtls") -- required for crypto
end
add_packages(