diff --git a/packages/h/highway/xmake.lua b/packages/h/highway/xmake.lua index 0d0940457..824e23711 100644 --- a/packages/h/highway/xmake.lua +++ b/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)