2
0
ShrBox 1 жил өмнө
parent
commit
b886c447c3

+ 1 - 0
packages/r/rapidjson/xmake.lua

@@ -1,5 +1,6 @@
 package("rapidjson")
 
+    set_kind("library", { headeronly = true })
     set_homepage("https://github.com/Tencent/rapidjson")
     set_description("RapidJSON is a JSON parser and generator for C++.")
     set_license("MIT")