aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/mconf.py
diff options
context:
space:
mode:
Diffstat (limited to 'mesonbuild/mconf.py')
-rw-r--r--mesonbuild/mconf.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/mesonbuild/mconf.py b/mesonbuild/mconf.py
index 20f31d1..4b3f331 100644
--- a/mesonbuild/mconf.py
+++ b/mesonbuild/mconf.py
@@ -85,8 +85,7 @@ class Conf:
raise ConfException(f'Directory {build_dir} is neither a Meson build directory nor a project source directory.')
def clear_cache(self):
- self.coredata.deps.host.clear()
- self.coredata.deps.build.clear()
+ self.coredata.clear_deps_cache()
def set_options(self, options):
self.coredata.set_options(options)