SERVER-51479 Upgrade valgrind header from 3.14.0 to 3.17.0
This commit is contained in:
committed by
Evergreen Agent
parent
3e9d60c7a9
commit
0f07d8b7e2
2
src/third_party/SConscript
vendored
2
src/third_party/SConscript
vendored
@@ -108,7 +108,7 @@ if not use_system_version_of_library('snappy'):
|
||||
# Valgrind is a header only include as valgrind.h includes everything we need
|
||||
if not use_system_version_of_library('valgrind'):
|
||||
thirdPartyEnvironmentModifications['valgrind'] = {
|
||||
'CPPPATH' : ['#/src/third_party/valgrind-3.14.0/include'],
|
||||
'CPPPATH' : ['#/src/third_party/valgrind/include'],
|
||||
}
|
||||
|
||||
if not use_system_version_of_library('zlib'):
|
||||
|
||||
Reference in New Issue
Block a user