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
pull/186/head
juteman 4 years ago committed by GitHub
parent 398029aaa4
commit 19119cafb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 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

Loading…
Cancel
Save