Allow csharp examples to run under mono
This commit is contained in:
parent
49d73c56d0
commit
fd85d12a2c
1 changed files with 1 additions and 1 deletions
|
|
@ -1205,7 +1205,7 @@ CSHARPCOMPILER = @CSHARPCOMPILER@
|
|||
CSHARPCILINTERPRETER = @CSHARPCILINTERPRETER@
|
||||
CSHARPCFLAGS = @CSHARPCFLAGS@
|
||||
CSHARPSO = @CSHARPSO@
|
||||
CSHARP_RUNME = ./$(RUNME).exe
|
||||
CSHARP_RUNME = $(CSHARPCILINTERPRETER) ./$(RUNME).exe
|
||||
|
||||
# ----------------------------------------------------------------
|
||||
# Build a CSharp dynamically loadable module (C)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue