mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
parent
0b87673747
commit
8a86ca97eb
@ -732,6 +732,9 @@ __version__ = '{0}'
|
|||||||
pylib_path = os.path.join(libdir, pylib_arch, pylib_name)
|
pylib_path = os.path.join(libdir, pylib_arch, pylib_name)
|
||||||
else:
|
else:
|
||||||
pylib_path = os.path.join(libdir, pylib_name)
|
pylib_path = os.path.join(libdir, pylib_name)
|
||||||
|
|
||||||
|
# If Python was linked statically, we don't need to include this.
|
||||||
|
if not pylib_name.endswith('.a'):
|
||||||
whl.write_file('deploy_libs/' + pylib_name, pylib_path)
|
whl.write_file('deploy_libs/' + pylib_name, pylib_path)
|
||||||
|
|
||||||
whl.close()
|
whl.close()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user