mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-28 07:48:37 -04:00
dist: Don't set sys.platform to "android" on Android
Let's just do what upstream does, so that there are no surprises.
This commit is contained in:
parent
e02a9989fb
commit
b610a6492e
1
direct/src/dist/commands.py
vendored
1
direct/src/dist/commands.py
vendored
@ -155,7 +155,6 @@ from android_log import write as android_log_write
|
||||
|
||||
|
||||
sys.frozen = True
|
||||
sys.platform = "android"
|
||||
|
||||
# Temporary hack for plyer to detect Android, see kivy/plyer#670
|
||||
os.environ['ANDROID_ARGUMENT'] = ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user