Use 'C sharp' instead of 'C#'

The '#' is reserved for Ninja comments and cannot be escaped.
pull/2004/head
Guillaume Poirier-Morency 8 years ago
parent 5b58ff2783
commit bbddf51a54
  1. 2
      mesonbuild/compilers/cs.py

@ -26,7 +26,7 @@ class MonoCompiler(Compiler):
self.monorunner = 'mono'
def get_display_language(self):
return 'C#'
return 'C sharp'
def get_output_args(self, fname):
return ['-out:' + fname]

Loading…
Cancel
Save