mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-08-21 08:03:42 +08:00
dragonpilot mod for 0.8.13-1
This commit is contained in:
@@ -24,7 +24,7 @@ files = [
|
||||
|
||||
if arch == "aarch64":
|
||||
_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