Bläddra i källkod

fix: volk xmake file get two on_install funciton (#183)

volk xmake get two on_install function, delete unused function.

log: fix packages/v/volk/xmake.lua
juteman 4 år sedan
förälder
incheckning
19119cafb7
1 ändrade filer med 0 tillägg och 4 borttagningar
  1. 0 4
      packages/v/volk/xmake.lua

+ 0 - 4
packages/v/volk/xmake.lua

@@ -13,10 +13,6 @@ package("volk")
         add_syslinks("dl")
     end
 
-    on_install("windows", "linux", "macosx", function (package)
-        import("package.tools.cmake").install(package)
-    end)
-
     on_install("windows", "linux", "macosx", function (package)
         local configs = {}
         if package:config("shared") then