Skip to content

Commit

Permalink
ninja backend: Remove outdated comment
Browse files Browse the repository at this point in the history
Generation of both C and C++ from Cython is supported via the
cython_language option.
  • Loading branch information
dnicolodi authored and dcbaker committed Dec 10, 2023
1 parent 76ab2db commit 5883089
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions mesonbuild/backend/ninjabackend.py
Original file line number Diff line number Diff line change
Expand Up @@ -1726,10 +1726,8 @@ def generate_vala_compile(self, target: build.BuildTarget) -> \

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] = []
Expand Down

0 comments on commit 5883089

Please sign in to comment.