diff options
| author | Daniele Nicolodi <daniele@grinta.net> | 2023-12-09 11:28:04 +0100 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2023-12-09 23:45:05 -0800 |
| commit | 5883089f6c7b39726dd06a48a23d8eb8754a75f7 (patch) | |
| tree | b214dd1a1886f3b10c5a927e29d50fe731b7abfd | |
| parent | 76ab2db0863d85eb92933067a034c33962091286 (diff) | |
| download | meson-5883089f6c7b39726dd06a48a23d8eb8754a75f7.tar.gz | |
ninja backend: Remove outdated comment
Generation of both C and C++ from Cython is supported via the
cython_language option.
| -rw-r--r-- | mesonbuild/backend/ninjabackend.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mesonbuild/backend/ninjabackend.py b/mesonbuild/backend/ninjabackend.py index 0e5697740..77df82297 100644 --- a/mesonbuild/backend/ninjabackend.py +++ b/mesonbuild/backend/ninjabackend.py @@ -1726,10 +1726,8 @@ class NinjaBackend(backends.Backend): def generate_cython_transpile(self, target: build.BuildTarget) -> \ T.Tuple[T.MutableMapping[str, File], T.MutableMapping[str, File], T.List[str]]: - """Generate rules for transpiling Cython files to C or C++ + """Generate rules for transpiling Cython files to C or C++""" - XXX: Currently only C is handled. - """ static_sources: T.MutableMapping[str, File] = OrderedDict() generated_sources: T.MutableMapping[str, File] = OrderedDict() cython_sources: T.List[str] = [] |
