1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-13 01:36:27 +00:00

fix _cffi_backend

This commit is contained in:
Alex Xu
2024-10-15 13:51:32 -07:00
parent 8ff401cc3a
commit 99d94ceaa7
3 changed files with 5 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ a = Analysis(['kcc-c2e.py'],
pathex=['.'],
binaries=[],
datas=[],
hiddenimports=[],
hiddenimports=['_cffi_backend'],
hookspath=[],
runtime_hooks=[],
excludes=[],