فهرست منبع

improve openssl

ruki 4 سال پیش
والد
کامیت
2dfa3bd9f9
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      packages/o/openssl/xmake.lua

+ 3 - 0
packages/o/openssl/xmake.lua

@@ -23,6 +23,9 @@ package("openssl")
     else
         add_links("ssl", "crypto")
     end
+    if is_plat("linux", "cross") then
+        add_syslinks("dl")
+    end
 
     on_fetch("fetch")