scons: remove duplicate linker flags for -ljson11, -lzmq (#33361)
fix duplicate linkpull/33366/head
parent
cf355ecf20
commit
908aa525ec
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