mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-19 02:54:01 +08:00
Add symphony-cpu lib once (#2232)
This commit is contained in:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user