parent
ca0c6e445e
commit
7bc6491502
4 changed files with 5 additions and 8 deletions
@ -1,5 +1,5 @@ |
||||
Import('env', 'common', 'messaging') |
||||
env.Program('_sensord', 'sensors.cc', LIBS=['hardware', common, 'json', messaging, 'capnp', 'zmq', 'kj']) |
||||
env.Program('_sensord', 'sensors.cc', LIBS=['hardware', common, messaging, 'capnp', 'zmq', 'kj']) |
||||
lenv = env.Clone() |
||||
lenv['LIBPATH'] += ['/system/vendor/lib64'] |
||||
lenv.Program('_gpsd', ['gpsd.cc'], LIBS=['hardware', common, 'diag', 'time_genoff', 'json', messaging, 'capnp', 'zmq', 'kj']) |
||||
lenv.Program('_gpsd', ['gpsd.cc'], LIBS=['hardware', common, 'diag', 'time_genoff', messaging, 'capnp', 'zmq', 'kj']) |
||||
|
Loading…
Reference in new issue