Files
onepilot/system/logcatd/SConscript
Dean Lee 965aea8eab scons: remove duplicate linker flags for -ljson11, -lzmq (#33361)
fix duplicate link
old-commit-hash: 908aa525ec49c0541d88a7f2596d71d98df63ba3
2024-08-23 10:42:57 -07:00

4 lines
120 B
Python

Import('env', 'messaging', 'common')
env.Program('logcatd', 'logcatd_systemd.cc', LIBS=[messaging, common, 'systemd'])