Skip to content

Commit e49163c

Browse files
committed
msys2: add simdjson dependency instead of rapidjson
We added support for simdjson in 14.0.7. We recommened users to use RapidJSON as a dependecy. Because RapidJSON has a file that uses the JSON license. It's not a free software license / open source license.
1 parent 3f73d42 commit e49163c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/msys2/PKGBUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ makedepends=("git"
2626
"${MINGW_PACKAGE_PREFIX}-cc"
2727
"${MINGW_PACKAGE_PREFIX}-cmake"
2828
"${MINGW_PACKAGE_PREFIX}-ninja"
29-
"${MINGW_PACKAGE_PREFIX}-rapidjson"
29+
"${MINGW_PACKAGE_PREFIX}-simdjson"
3030
"${MINGW_PACKAGE_PREFIX}-ruby"
3131
"${MINGW_PACKAGE_PREFIX}-xsimd")
3232
sha256sums=('SKIP')

0 commit comments

Comments
 (0)