diff --git a/packages/k/kiwisolver/xmake.lua b/packages/k/kiwisolver/xmake.lua index 1e5ae3027..c40e92756 100644 --- a/packages/k/kiwisolver/xmake.lua +++ b/packages/k/kiwisolver/xmake.lua @@ -1,5 +1,5 @@ package("kiwisolver") - + set_kind("library", {headeronly = true}) set_homepage("https://kiwisolver.readthedocs.io/en/latest/") set_description("Efficient C++ implementation of the Cassowary constraint solving algorithm")