scons: remove duplicate linker flags for -ljson11, -lzmq (#33361)
fix duplicate link
old-commit-hash: 908aa525ec
pull/33386/head
parent
e154f03a12
commit
965aea8eab
5 changed files with 8 additions and 8 deletions
@ -1,3 +1,3 @@ |
|||||||
Import('env', 'messaging', 'common') |
Import('env', 'messaging', 'common') |
||||||
|
|
||||||
env.Program('logcatd', 'logcatd_systemd.cc', LIBS=[messaging, common, 'systemd', 'json11']) |
env.Program('logcatd', 'logcatd_systemd.cc', LIBS=[messaging, common, 'systemd']) |
||||||
|
Loading…
Reference in new issue