mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-24 00:13:52 +08:00
dragonpilot mod for 0.8.5-4
This commit is contained in:
@@ -55,6 +55,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)
|
||||
|
||||
# build thneed model
|
||||
|
||||
Reference in New Issue
Block a user