rapidjson: add virtual version v1.1.0-arrow

pull/1124/head
Chen Yufei 3 years ago
parent 4cf6d39741
commit 27aaf201af
  1. 4
      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)
end)

Loading…
Cancel
Save