mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-08-23 17:23:51 +08:00
dragonpilot mod for 0.8.4-3
This commit is contained in:
@@ -54,6 +54,12 @@ else:
|
||||
del libs[libs.index('symphony-cpu')]
|
||||
del common_src[common_src.index('runners/snpemodel.cc')]
|
||||
|
||||
elif arch == "jarch64":
|
||||
# no SNPE on arm64 linux
|
||||
del libs[libs.index('SNPE')]
|
||||
del libs[libs.index('symphony-cpu')]
|
||||
del common_src[common_src.index('runners/snpemodel.cc')]
|
||||
|
||||
common_model = lenv.Object(common_src)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user