浏览代码

kiwisolver: mark as headeronly (#2755)

Jérôme Leclercq 1 年之前
父节点
当前提交
5f0b122ed4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/k/kiwisolver/xmake.lua

+ 1 - 1
packages/k/kiwisolver/xmake.lua

@@ -1,5 +1,5 @@
 package("kiwisolver")
 package("kiwisolver")
-
+    set_kind("library", {headeronly = true})
     set_homepage("https://kiwisolver.readthedocs.io/en/latest/")
     set_homepage("https://kiwisolver.readthedocs.io/en/latest/")
     set_description("Efficient C++ implementation of the Cassowary constraint solving algorithm")
     set_description("Efficient C++ implementation of the Cassowary constraint solving algorithm")