summaryrefslogtreecommitdiff
path: root/src/mongo/embedded/mongo_embedded/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/embedded/mongo_embedded/SConscript')
-rw-r--r--src/mongo/embedded/mongo_embedded/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/embedded/mongo_embedded/SConscript b/src/mongo/embedded/mongo_embedded/SConscript
index 402d5b1bbf7..0db8345b57e 100644
--- a/src/mongo/embedded/mongo_embedded/SConscript
+++ b/src/mongo/embedded/mongo_embedded/SConscript
@@ -88,7 +88,7 @@ if get_option('install-mode') == 'hygienic':
)
yamlEnv = env.Clone()
-yamlEnv.InjectThirdPartyIncludePaths(libraries=['yaml'])
+yamlEnv.InjectThirdParty(libraries=['yaml'])
if get_option('link-model') != 'dynamic-sdk':
mongoEmbeddedTest = yamlEnv.Program(