mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Exclude _mysql.pyd from main Panda3D package, to reduce file size
This commit is contained in:
parent
faa78c734e
commit
c47a983798
@ -87,6 +87,8 @@ class panda3d(package):
|
|||||||
'direct.tkpanels', 'direct.tkwidgets',
|
'direct.tkpanels', 'direct.tkwidgets',
|
||||||
'tkCommonDialog', 'tkMessageBox', 'tkSimpleDialog')
|
'tkCommonDialog', 'tkMessageBox', 'tkSimpleDialog')
|
||||||
|
|
||||||
|
excludeModule('MySQLdb', '_mysql')
|
||||||
|
|
||||||
# Most of the core Panda3D DLL's will be included implicitly due to
|
# Most of the core Panda3D DLL's will be included implicitly due to
|
||||||
# being referenced by the above Python code. Here we name a few more
|
# being referenced by the above Python code. Here we name a few more
|
||||||
# that are also needed, but aren't referenced by any code. Again,
|
# that are also needed, but aren't referenced by any code. Again,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user