Ver Fonte

improve mbedtls

ruki há 5 anos atrás
pai
commit
6035528dae
1 ficheiros alterados com 1 adições e 1 exclusões
  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)