Skip to content

Commit 9035afd

Browse files
Auto-update yyjson to 0.11.1 (#7332)
* Update yyjson to 0.11.1 * fix wasm --------- Co-authored-by: star9029 <[email protected]>
1 parent c695b18 commit 9035afd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/y/yyjson/xmake.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ package("yyjson")
66
add_urls("https://github.com/ibireme/yyjson/archive/refs/tags/$(version).tar.gz",
77
"https://github.com/ibireme/yyjson.git")
88

9+
add_versions("0.11.1", "610a38a5e59192063f5f581ce0c3c1869971c458ea11b58dfe00d1c8269e255d")
910
add_versions("0.10.0", "0d901cb2c45c5586e3f3a4245e58c2252d6b24bf4b402723f6179523d389b165")
1011
add_versions("0.9.0", "59902bea55585d870fd7681eabe6091fbfd1a8776d1950f859d2dbbd510c74bd")
1112
add_versions("0.8.0", "b2e39ac4c65f9050820c6779e6f7dd3c0d3fed9c6667f91caec0badbedce00f3")
@@ -16,6 +17,9 @@ package("yyjson")
1617
add_versions("0.2.0", "43aacdc6bc3876dc1322200c74031b56d8d7838c04e46ca8a8e52e37ea6128da")
1718

1819
add_configs("cmake", {description = "Use cmake build system", default = true, type = "boolean"})
20+
if is_plat("wasm") then
21+
add_configs("shared", {description = "Build shared library.", default = false, type = "boolean", readonly = true})
22+
end
1923

2024
on_load(function (package)
2125
if package:config("cmake") then

0 commit comments

Comments
 (0)