THRIFT-264. csharp: Use /langversion:linq to fix the Linux build
authorDavid Reiss <dreiss@apache.org>
Tue, 3 Feb 2009 21:20:27 +0000 (21:20 +0000)
committerDavid Reiss <dreiss@apache.org>
Tue, 3 Feb 2009 21:20:27 +0000 (21:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@740454 13f79535-47bb-0310-9956-ffa450edef68

lib/csharp/Makefile.am

index d96bef0..8395266 100644 (file)
@@ -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