aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/cs.py
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2020-09-22 10:49:46 -0700
committerDylan Baker <dylan@pnwbakers.com>2020-10-01 15:05:00 -0700
commit1513aa437dd397934eff176c81d742a78e54ddb9 (patch)
treefb45fca556eabd3fd1fd0e05335fd2f87e521cd5 /mesonbuild/compilers/cs.py
parentfe97977b00e2b3c0fec9bc85aa0bf3e11559802a (diff)
downloadmeson-1513aa437dd397934eff176c81d742a78e54ddb9.zip
meson-1513aa437dd397934eff176c81d742a78e54ddb9.tar.gz
meson-1513aa437dd397934eff176c81d742a78e54ddb9.tar.bz2
compilers: move split_shlib_to_parts to the base compiler
Only the GnuLikeCompiler overrides this, and it's implemented multiple places
Diffstat (limited to 'mesonbuild/compilers/cs.py')
-rw-r--r--mesonbuild/compilers/cs.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/mesonbuild/compilers/cs.py b/mesonbuild/compilers/cs.py
index b269aec..b8e673e 100644
--- a/mesonbuild/compilers/cs.py
+++ b/mesonbuild/compilers/cs.py
@@ -61,9 +61,6 @@ class CsCompiler(BasicLinkerIsCompilerMixin, Compiler):
def get_werror_args(self):
return ['-warnaserror']
- def split_shlib_to_parts(self, fname):
- return None, fname
-
def get_dependency_gen_args(self, outtarget, outfile):
return []