mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-28 07:48:37 -04:00
dist: Suppress warning about android_log module building for Android
This module is linked statically and provided via the built-in module loader
This commit is contained in:
parent
b803ef2ac5
commit
ce7c1ec16c
2
direct/src/dist/FreezeTool.py
vendored
2
direct/src/dist/FreezeTool.py
vendored
@ -91,6 +91,8 @@ ignoreImports = {
|
||||
|
||||
'toml.encoder': ['numpy'],
|
||||
'py._builtin': ['__builtin__'],
|
||||
|
||||
'site': ['android_log'],
|
||||
}
|
||||
|
||||
if sys.version_info >= (3, 8):
|
||||
|
Loading…
x
Reference in New Issue
Block a user