Browse Source

improve mbedtls

ruki 5 years ago
parent
commit
6035528dae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/m/mbedtls/xmake.lua

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

@@ -22,7 +22,7 @@ package("mbedtls")
 
     on_install("macosx", "linux", function (package)
         io.gsub("./Makefile", "DESTDIR=/usr/local", "DESTDIR=" .. package:installdir())
-        os.vrun("make")
+        import("package.tools.make").build(package)
         os.vrun("make install")
     end)