From 633dd62550bfd15558e2f3fab6a61651a0115a52 Mon Sep 17 00:00:00 2001 From: Thomas Perl Date: Fri, 5 Oct 2012 13:13:48 +0200 Subject: [PATCH] Mono C# compiler is called "mcs" on OS X --- examples/csharp/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/csharp/makefile b/examples/csharp/makefile index 17f3046a..39ba51c2 100644 --- a/examples/csharp/makefile +++ b/examples/csharp/makefile @@ -5,7 +5,7 @@ EXAMPLES := $(patsubst %.cs,%.exe,$(EXAMPLES_SRC)) BINDINGS_SRC := $(wildcard ../../build/*.cs) -CSC ?= mono-csc +CSC ?= mcs all: $(EXAMPLES)