From 58ae2c9a8c52bcf881682286cc4393d85c87a07f Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Tue, 19 Jun 2018 09:47:25 +0530 Subject: Rename clike_langs to clink_langs for clarity D is not a 'c-like' language, but it can link to C libraries. The same might be true of Rust in the future and Go when we add support for it. This contains no functionality changes. --- mesonbuild/backend/backends.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mesonbuild/backend') diff --git a/mesonbuild/backend/backends.py b/mesonbuild/backend/backends.py index 75920f6..354d25a 100644 --- a/mesonbuild/backend/backends.py +++ b/mesonbuild/backend/backends.py @@ -338,7 +338,7 @@ class Backend: return self.build.static_cross_linker, [] else: return self.build.static_linker, [] - l, stdlib_args = target.get_clike_dynamic_linker_and_stdlibs() + l, stdlib_args = target.get_clink_dynamic_linker_and_stdlibs() return l, stdlib_args @staticmethod -- cgit v1.1