summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/d.py
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2025-11-13 09:19:03 -0800
committerDylan Baker <dylan@pnwbakers.com>2025-11-19 10:48:48 -0800
commit78ec3e21eeebedf6070bb89b05d90735b6d2a242 (patch)
treef04ad56bdf6ffb353aafd6ef9b66916c293dea4a /mesonbuild/compilers/d.py
parent3dff12ab62ac453202ea107922a0a249b24c0925 (diff)
downloadmeson-78ec3e21eeebedf6070bb89b05d90735b6d2a242.tar.gz
compilers: Remove Environment parameter from Compiler.cached_run
Diffstat (limited to 'mesonbuild/compilers/d.py')
-rw-r--r--mesonbuild/compilers/d.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/compilers/d.py b/mesonbuild/compilers/d.py
index 9de8e0018..ce1784f53 100644
--- a/mesonbuild/compilers/d.py
+++ b/mesonbuild/compilers/d.py
@@ -587,7 +587,7 @@ class DCompiler(Compiler):
writeln(({typename}).sizeof);
}}
'''
- res = self.cached_run(t, self.environment, extra_args=extra_args,
+ res = self.cached_run(t, extra_args=extra_args,
dependencies=dependencies)
if not res.compiled:
return -1, False