Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortherzok <marius.ungureanu@xamarin.com>2019-01-13 20:02:52 +0300
committertherzok <marius.ungureanu@xamarin.com>2019-01-13 20:02:52 +0300
commitee372e22fad5b45f3c5c176e4de1e864a2b9f6d5 (patch)
tree10796ab35922066dd718cb71817bef7d293bc91b /main/msbuild
parent1f5966432f2ad4f4cb562d9226bc8e2b3c3fadb3 (diff)
Don't make everything copy sqlite3
Diffstat (limited to 'main/msbuild')
-rw-r--r--main/msbuild/MDBuildTasks.targets2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/msbuild/MDBuildTasks.targets b/main/msbuild/MDBuildTasks.targets
index 66d7feec78..8122f55fdf 100644
--- a/main/msbuild/MDBuildTasks.targets
+++ b/main/msbuild/MDBuildTasks.targets
@@ -258,6 +258,8 @@
<Content Remove="@(Content->WithMetadataValue('Filename', 'e_sqlite3'))" />
<!-- for some reason it also shows up in ReferenceCopyLocalPaths in some projects, suppress the FilterLocalCopyReferences warning -->
<SuppressCopyLocal Include="e_sqlite3.dll" />
+ <SuppressCopyLocal Include="libe_sqlite3.dylib" />
+ <SuppressCopyLocal Include="libe_sqlite3.so" />
</ItemGroup>
</Target>
</Project>