summaryrefslogtreecommitdiff
path: root/src/mongo/embedded/mongoc_embedded/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/embedded/mongoc_embedded/SConscript')
-rw-r--r--src/mongo/embedded/mongoc_embedded/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/embedded/mongoc_embedded/SConscript b/src/mongo/embedded/mongoc_embedded/SConscript
index 5679e997521..17943186a37 100644
--- a/src/mongo/embedded/mongoc_embedded/SConscript
+++ b/src/mongo/embedded/mongoc_embedded/SConscript
@@ -87,7 +87,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':
mongocEmbeddedTestEnv = create_mongoc_env(yamlEnv)