mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-06-20 01:02:07 +08:00
965aea8eab
fix duplicate link
old-commit-hash: 908aa525ec
4 lines
120 B
Python
4 lines
120 B
Python
Import('env', 'messaging', 'common')
|
|
|
|
env.Program('logcatd', 'logcatd_systemd.cc', LIBS=[messaging, common, 'systemd'])
|