You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by dr...@apache.org on 2009/02/03 22:20:28 UTC

svn commit: r740454 - /incubator/thrift/trunk/lib/csharp/Makefile.am

Author: dreiss
Date: Tue Feb  3 21:20:27 2009
New Revision: 740454

URL: http://svn.apache.org/viewvc?rev=740454&view=rev
Log:
THRIFT-264. csharp: Use /langversion:linq to fix the Linux build

Modified:
    incubator/thrift/trunk/lib/csharp/Makefile.am

Modified: incubator/thrift/trunk/lib/csharp/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/csharp/Makefile.am?rev=740454&r1=740453&r2=740454&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/csharp/Makefile.am (original)
+++ incubator/thrift/trunk/lib/csharp/Makefile.am Tue Feb  3 21:20:27 2009
@@ -31,7 +31,7 @@
 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