Sfoglia il codice sorgente

kiwisolver: mark as headeronly (#2755)

Jérôme Leclercq 1 anno fa
parent
commit
5f0b122ed4
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      packages/k/kiwisolver/xmake.lua

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