Use 'C sharp' instead of 'C#'

The '#' is reserved for Ninja comments and cannot be escaped.
This commit is contained in:
Guillaume Poirier-Morency 2017-06-26 19:52:04 -04:00
parent 5b58ff2783
commit bbddf51a54
1 changed files with 1 additions and 1 deletions

View File

@ -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]