Browse Source

modify links for mbedtls

ruki 6 years ago
parent
commit
50f46b9f2f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/m/mbedtls/xmake.lua

+ 1 - 1
packages/m/mbedtls/xmake.lua

@@ -12,7 +12,7 @@ package("mbedtls")
         add_deps("cmake")
     end
 
-    add_links("mbedx509", "mbedtls", "mbedcrypto")
+    add_links("mbedtls", "mbedx509", "mbedcrypto")
 
     if is_plat("windows") and winos.version():gt("winxp") then
         on_install("windows", function (package)