Add symphony-cpu lib once (#2232)

pull/2236/head
Logan Lasiter 5 years ago committed by GitHub
parent 278bb5063a
commit 7d28afcde3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      selfdrive/modeld/SConscript

@ -19,9 +19,9 @@ if arch == "aarch64":
lenv['CFLAGS'].append("-DUSE_THNEED")
lenv['CXXFLAGS'].append("-DUSE_THNEED")
elif arch == "larch64":
libs += ['gsl', 'CB', 'symphony-cpu', 'pthread']
libs += ['gsl', 'CB', 'pthread']
else:
libs += ['symphony-cpu', 'pthread']
libs += ['pthread']
# for tensorflow support
common_src += ['runners/tfmodel.cc']

Loading…
Cancel
Save