Skip to content

Commit be8061c

Browse files
committed
Cosmetic C# Makefile tweak
1 parent a8055b4 commit be8061c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Examples/Makefile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1094,7 +1094,7 @@ CSHARPCFLAGS = @CSHARPCFLAGS@
10941094
CSHARPFLAGS =
10951095
CSHARPOPTIONS =
10961096
CSHARPSO = @CSHARPSO@
1097-
CSHARP_RUNME = $(CSHARPCILINTERPRETER) $(CSHARPCILINTERPRETER_FLAGS) ./$(RUNME).exe
1097+
CSHARP_RUNME = ./$(RUNME).exe
10981098

10991099
# ----------------------------------------------------------------
11001100
# Build a CSharp dynamically loadable module (C)
@@ -1132,7 +1132,7 @@ csharp_compile: $(SRCDIR_SRCS)
11321132
# -----------------------------------------------------------------
11331133

11341134
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)
11361136

11371137
# -----------------------------------------------------------------
11381138
# Version display

0 commit comments

Comments
 (0)