Show mono info in 'make check-csharp-version'
For diagnosing configuration of mono runtime
This commit is contained in:
parent
8441e3eab4
commit
42da040a07
1 changed files with 1 additions and 0 deletions
|
|
@ -1396,6 +1396,7 @@ csharp_run:
|
|||
# Version check below also works with MS csc.exe which does not understand --version
|
||||
csharp_version:
|
||||
$(CSHARPCOMPILER) --version | head -n 1
|
||||
if test -n "$(CSHARPCILINTERPRETER)" ; then "$(CSHARPCILINTERPRETER)" --version ; fi
|
||||
|
||||
# -----------------------------------------------------------------
|
||||
# Cleaning the CSharp examples
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue