From 2cdfd3705e6cef569d53baf1e1b2de42bb6f9aa7 Mon Sep 17 00:00:00 2001 From: David Reiss Date: Tue, 3 Feb 2009 21:20:27 +0000 Subject: [PATCH] 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 --- lib/csharp/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.17.1