diff --git a/packages/r/rapidjson/xmake.lua b/packages/r/rapidjson/xmake.lua index 598ba73d3..31a399727 100644 --- a/packages/r/rapidjson/xmake.lua +++ b/packages/r/rapidjson/xmake.lua @@ -7,6 +7,8 @@ package("rapidjson") "https://github.com/Tencent/rapidjson.git") add_versions("v1.1.0", "8e00c38829d6785a2dfb951bb87c6974fa07dfe488aa5b25deec4b8bc0f6a3ab") + -- This commit is used in arrow 7.0.0 https://github.com/apache/arrow/blob/release-7.0.0/cpp/thirdparty/versions.txt#L80 + add_versions("v1.1.0-arrow", "1a803826f1197b5e30703afe4b9c0e7dd48074f5") on_install(function (package) os.cp(path.join("include", "*"), package:installdir("include")) @@ -25,4 +27,4 @@ package("rapidjson") d.Accept(writer); } ]]}, {configs = {languages = "c++11"}, includes = { "rapidjson/document.h", "rapidjson/stringbuffer.h", "rapidjson/writer.h"} })) - end) \ No newline at end of file + end)