make check-csharp-version fix for MS compiler
This commit is contained in:
parent
3e26318427
commit
970c72b6da
1 changed files with 2 additions and 1 deletions
|
|
@ -1117,8 +1117,9 @@ csharp_compile: $(SRCS)
|
|||
# Version display
|
||||
# -----------------------------------------------------------------
|
||||
|
||||
# Version check below also works with MS csc.exe which does not understand --version
|
||||
csharp_version:
|
||||
$(CSHARPCOMPILER) --version || echo "Unknown C# compiler version"
|
||||
$(CSHARPCOMPILER) --version | grep -i version
|
||||
|
||||
# -----------------------------------------------------------------
|
||||
# Cleaning the CSharp examples
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue