From: David Reiss Date: Tue, 3 Feb 2009 21:20:27 +0000 (+0000) Subject: THRIFT-264. csharp: Use /langversion:linq to fix the Linux build X-Git-Tag: 0.2.0~329 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=2cdfd3705e6cef569d53baf1e1b2de42bb6f9aa7;p=common%2Fthrift.git THRIFT-264. csharp: Use /langversion:linq to fix the Linux build git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@740454 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/lib/csharp/Makefile.am b/lib/csharp/Makefile.am index d96bef0e..8395266f 100644 --- a/lib/csharp/Makefile.am +++ b/lib/csharp/Makefile.am @@ -31,7 +31,7 @@ CSC=gmcs all-local: Thrift.dll Thrift.dll: $(THRIFTCODE) - $(CSC) $(THRIFTCODE) /out:Thrift.dll /target:library + $(CSC) $(THRIFTCODE) /out:Thrift.dll /target:library /langversion:linq clean-local: $(RM) Thrift.dll