Fix build script

This commit is contained in:
2024-09-22 03:01:25 +00:00
committed by GitHub
parent 900492674f
commit 9bf56af7cc

View File

@@ -7,7 +7,7 @@ from time import gmtime, time, strftime
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):