Merge pull request #1124 from cyfdecyf/rapidjson-arrow

rapidjson: add virtual version v1.1.0-arrow
pull/1125/head
ruki 3 years ago committed by GitHub
commit b1f2bd4804
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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"))

Loading…
Cancel
Save