From 051f6dceabb0ea2555820c819029f14eb79bb4ef Mon Sep 17 00:00:00 2001 From: triton Date: Sun, 6 Oct 2013 23:42:44 +0100 Subject: [PATCH] Added System.Core .NET assembly for Linq dependency. --- src/AST/AST.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AST/AST.lua b/src/AST/AST.lua index 51b6e3e7..96ea4863 100644 --- a/src/AST/AST.lua +++ b/src/AST/AST.lua @@ -5,4 +5,4 @@ project "CppSharp.AST" location "." files { "*.cs" } - links { "System" } \ No newline at end of file + links { "System", "System.Core" } \ No newline at end of file