Skip to content

Commit

Permalink
adding missing SNPE library for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
BogGyver committed Apr 21, 2020
1 parent 65b35f3 commit d39a584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/modeld/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ elif arch == "aarch64":
elif arch == "larch64":
libs += ['SNPE', 'gsl', 'CB', 'symphony-cpu', 'pthread']
else:
libs += ['symphony-cpu', 'pthread']
libs += ['SNPE', 'symphony-cpu', 'pthread']
# for tensorflow support
common_src += ['runners/tfmodel.cc']
# tell runners to use it
Expand Down

0 comments on commit d39a584

Please sign in to comment.