Skip to content

Commit b647b80

Browse files
committed
Add glog to prometheus_ambassador scons
1 parent 7a77e0c commit b647b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/prometheus_ambassador/SConscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ prom_amb_env.Program('prometheus_ambassador', src)
3939

4040
test_env = prom_amb_env.Clone()
4141
test_env.Replace(
42-
LIBS = prom_amb_env['LIBS'] + ['gtest', 'pthread', 'protobuf'],
42+
LIBS = prom_amb_env['LIBS'] + ['gtest', 'pthread', 'protobuf', 'glog'],
4343
CPPPATH = prom_amb_env['CPPPATH'] + ['../../test', '../../src'],
4444
)
4545

0 commit comments

Comments
 (0)