Use 'C sharp' instead of 'C#'
The '#' is reserved for Ninja comments and cannot be escaped.
This commit is contained in:
parent
5b58ff2783
commit
bbddf51a54
|
@ -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…
Reference in New Issue