From 8bb0de52b7236757c46a19f4126dfa417632cd81 Mon Sep 17 00:00:00 2001 From: rdb Date: Thu, 24 Dec 2020 14:15:58 +0100 Subject: [PATCH] dist: Add additional ignored system libraries for Windows --- direct/src/dist/commands.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/direct/src/dist/commands.py b/direct/src/dist/commands.py index 22ea67da63..d46d320e29 100644 --- a/direct/src/dist/commands.py +++ b/direct/src/dist/commands.py @@ -265,7 +265,8 @@ class build_apps(setuptools.Command): 'dciman32.dll', 'comdlg32.dll', 'comctl32.dll', 'ole32.dll', 'oleaut32.dll', 'gdiplus.dll', 'winmm.dll', 'iphlpapi.dll', 'msvcrt.dll', 'kernelbase.dll', 'msimg32.dll', 'msacm32.dll', - 'setupapi.dll', 'version.dll', + 'setupapi.dll', 'version.dll', 'userenv.dll', 'netapi32.dll', + 'crypt32.dll', # manylinux1/linux 'libdl.so.*', 'libstdc++.so.*', 'libm.so.*', 'libgcc_s.so.*',