Explorar o código

Fix rapidjson (#4842)

ShrBox hai 1 ano
pai
achega
b886c447c3
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      packages/r/rapidjson/xmake.lua

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