Fix patch file

Try to fix openssl build
Add expat build for win build
This commit is contained in:
2022-10-20 03:24:13 +00:00
committed by GitHub
parent 8a20aeee3d
commit 40d299dcf9
5 changed files with 37 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ from time import gmtime, time, strftime
from typing import List
ALL_FEATURES = ['exiv2', 'ffmpeg', 'libzip', 'openssl', 'pkgconf', 'x264', 'zlib']
ALL_FEATURES = ['exiv2', 'expat', 'ffmpeg', 'libzip', 'openssl', 'pkgconf', 'x264', 'zlib']
def sha256(data) -> str:
if isinstance(data, str):