Browse Source

highway: remove unused binary

star9029 1 year ago
parent
commit
4fea804d62
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/h/highway/xmake.lua

+ 1 - 0
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)