mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-21 18:13:53 +08:00
dragonpilot mod for 0.8.5-4
This commit is contained in:
@@ -28,7 +28,7 @@ if arch == "aarch64":
|
||||
'touch.c',
|
||||
]
|
||||
_gpu_libs = ['gui', 'adreno_utils']
|
||||
elif arch == "larch64":
|
||||
elif arch == "larch64" or arch == "jarch64":
|
||||
_gpu_libs = ["GLESv2"]
|
||||
else:
|
||||
_gpu_libs = ["GL"]
|
||||
|
||||
Reference in New Issue
Block a user