You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-31 18:41:20 +00:00
Merge pull request #113935 from akien-mga/brotli-1.2.0
brotli: Update to 1.2.0
This commit is contained in:
@@ -47,7 +47,9 @@ if env["brotli"] and env["builtin_brotli"]:
|
||||
"dec/bit_reader.c",
|
||||
"dec/decode.c",
|
||||
"dec/huffman.c",
|
||||
"dec/prefix.c",
|
||||
"dec/state.c",
|
||||
"dec/static_init.c",
|
||||
]
|
||||
thirdparty_brotli_sources = [thirdparty_brotli_dir + file for file in thirdparty_brotli_sources]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user