aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
diff options
context:
space:
mode:
Diffstat (limited to 'mesonbuild')
-rw-r--r--mesonbuild/environment.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/environment.py b/mesonbuild/environment.py
index f25c671..31510ff 100644
--- a/mesonbuild/environment.py
+++ b/mesonbuild/environment.py
@@ -780,7 +780,7 @@ class Environment:
if '(compatible with GNU linkers)' in o:
return LLVMDynamicLinker(
compiler, for_machine, comp_class.LINKER_PREFIX,
- override, version=search_version(o), direct=invoked_directly)
+ override, version=search_version(o))
if value is not None and invoked_directly:
compiler = value