From 9bf56af7ccbf13e7bebe4afda817ed5050e2080c Mon Sep 17 00:00:00 2001 From: lifegpc Date: Sun, 22 Sep 2024 03:01:25 +0000 Subject: [PATCH] Fix build script --- scripts/get_cache_key.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/get_cache_key.py b/scripts/get_cache_key.py index 6e1f5399..dab099e5 100644 --- a/scripts/get_cache_key.py +++ b/scripts/get_cache_key.py @@ -7,7 +7,7 @@ from typing import List -ALL_FEATURES = ['exiv2', 'expat', 'ffmpeg', 'libzip', 'openssl', 'pkgconf', 'x264', 'zlib'] +ALL_FEATURES = ['exiv2', 'expat', 'ffmpeg', 'libzip', 'openssl', 'pkgconf', 'rapidjson', 'x264', 'zlib'] def sha256(data) -> str: if isinstance(data, str):