mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 00:06:44 -04:00
dist: don't exclude api-ms-win-crt-*.dll libraries
These are needed to run the program on systems without the right CRT installed.
This commit is contained in:
parent
8e39072f6f
commit
36eed0d9c9
1
direct/src/dist/commands.py
vendored
1
direct/src/dist/commands.py
vendored
@ -1098,7 +1098,6 @@ class build_apps(setuptools.Command):
|
||||
pe = pefile.PEFile()
|
||||
pe.read(fp)
|
||||
for lib in pe.imports:
|
||||
if not lib.lower().startswith('api-ms-win-'):
|
||||
deps.append(lib)
|
||||
|
||||
elif magic == b'\x7FELF':
|
||||
|
@ -52,6 +52,7 @@ Deployment
|
||||
* Fix libffi-7.dll not being included in official wheels
|
||||
* PYTHONINSPECT mechanism is no longer enabled when building with optimizations
|
||||
* A few unnecessary warning messages are squelched
|
||||
* Windows builds now include previously missing CRT dlls
|
||||
|
||||
API
|
||||
* Add pickle support to Datagram class
|
||||
|
Loading…
x
Reference in New Issue
Block a user