parent
							
								
									4252028a84
								
							
						
					
					
						commit
						9670f8fb9f
					
				
				 4 changed files with 5 additions and 8 deletions
			
			
		@ -1,5 +1,5 @@ | 
				
			|||||||
Import('env', 'common', 'messaging') | 
					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 = env.Clone() | 
				
			||||||
lenv['LIBPATH'] += ['/system/vendor/lib64'] | 
					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