Skip to content

Commit

Permalink
Mono C# compiler is called "mcs" on OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
thp committed Oct 5, 2012
1 parent 6b28474 commit 633dd62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/csharp/makefile
Expand Up @@ -5,7 +5,7 @@ EXAMPLES := $(patsubst %.cs,%.exe,$(EXAMPLES_SRC))

BINDINGS_SRC := $(wildcard ../../build/*.cs)

CSC ?= mono-csc
CSC ?= mcs

all: $(EXAMPLES)

Expand Down

0 comments on commit 633dd62

Please sign in to comment.