File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1094,7 +1094,7 @@ CSHARPCFLAGS = @CSHARPCFLAGS@
1094
1094
CSHARPFLAGS =
1095
1095
CSHARPOPTIONS =
1096
1096
CSHARPSO = @CSHARPSO@
1097
- CSHARP_RUNME = $( CSHARPCILINTERPRETER ) $( CSHARPCILINTERPRETER_FLAGS ) ./$(RUNME ) .exe
1097
+ CSHARP_RUNME = ./$(RUNME ) .exe
1098
1098
1099
1099
# ----------------------------------------------------------------
1100
1100
# Build a CSharp dynamically loadable module (C)
@@ -1132,7 +1132,7 @@ csharp_compile: $(SRCDIR_SRCS)
1132
1132
# -----------------------------------------------------------------
1133
1133
1134
1134
csharp_run :
1135
- env LD_LIBRARY_PATH=$$ PWD $(RUNTOOL ) $(CSHARP_RUNME ) $(RUNPIPE )
1135
+ env LD_LIBRARY_PATH=$$ PWD $(RUNTOOL ) $(CSHARPCILINTERPRETER ) $( CSHARPCILINTERPRETER_FLAGS ) $( CSHARP_RUNME ) $(RUNPIPE )
1136
1136
1137
1137
# -----------------------------------------------------------------
1138
1138
# Version display
You can’t perform that action at this time.
0 commit comments