commit | 96d80200c5dae4fa95b8fa068c6a712773ec321b | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | Thu Sep 03 21:14:30 2015 +0200 |
committer | Jens Geyer <jensg@apache.org> | Thu Sep 03 21:14:30 2015 +0200 |
tree | be6651f34dada6a3d426885d3cd112bf843d80ec | |
parent | 1f1c206b08323111d7e9dd06321846339ca8f5b0 [diff] [blame] |
THRIFT-3295 C# library does not build on Mono 4.0.2.5 or later Client: C# Patch: Nobuaki Sukegawa <nsukeg@gmail.com> This closes #586
diff --git a/lib/csharp/Makefile.am b/lib/csharp/Makefile.am index 2e2d7fe..611405d 100644 --- a/lib/csharp/Makefile.am +++ b/lib/csharp/Makefile.am
@@ -69,7 +69,11 @@ src/TException.cs \ src/TApplicationException.cs +if MONO_MCS +CSC=mcs +else CSC=gmcs +endif if NET_2_0 MONO_DEFINES=/d:NET_2_0