Copy _ctypes.pyd
We need ctypes to determine the local app data directory (used for settings.py when portable dir is not writable)
This commit is contained in:
parent
c405e9b648
commit
220abe45c3
@ -87,6 +87,7 @@ PY_DLLS = [
|
||||
"_sqlite3.pyd",
|
||||
"_socket.pyd",
|
||||
"select.pyd",
|
||||
"_ctypes.pyd",
|
||||
]
|
||||
|
||||
MSVCR_PUBLIC_KEY = "1fc8b3b9a1e18e3b"
|
||||
|
Loading…
Reference in New Issue
Block a user