highway: remove unused binary

pull/3560/head
star9029 1 year ago
parent f2be9bae39
commit 4fea804d62
  1. 1
      packages/h/highway/xmake.lua

@ -19,6 +19,7 @@ package("highway")
table.insert(configs, "-DHWY_ENABLE_CONTRIB=" .. (package:config("contrib") and "ON" or "OFF"))
import("package.tools.cmake").install(package, configs)
os.tryrm(package:installdir("lib/*hwy_test*"))
os.tryrm(package:installdir("bin/*hwy_test*"))
end)
on_test(function (package)

Loading…
Cancel
Save