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

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Boemer <sbomer@gmail.com>2019-02-26 11:53:53 +0300
committerMarek Safar <marek.safar@gmail.com>2019-02-26 11:53:53 +0300
commit1331119f9d7503b05807a35296a9637ee8e45a9d (patch)
tree17ee601ebb7de3006a6955a08dc8754f19207a77 /README.md
parentecfb524ca4075c09c3cc881c47e7b7f3723761a6 (diff)
Simplify solutions used to build monolinker/illink (#474)
Until I can make more progress on SDK-style projects (see https://github.com/mono/linker/pull/471), I'll begin trying to set up a build of illink using arcade and the old-style projects. In this change I'm getting rid of the scattered linker.sln files in favor of monolinker.sln for monolinker, and illink.sln for the illink/ILLink.Tasks build.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 79cd985ce..82b3bc4ce 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ programs might require to run as opposed to the full libraries.
It is used by the various Xamarin products to extract only the bits of code that are needed to run
an application on Android, iOS and other platforms.
-It can also be used in the form of [ILLink.Tasks](corebuild/README.md) to reduce the size of .NET Core apps.
+It can also be used in the form of [ILLink.Tasks](src/ILLink.Tasks/README.md) to reduce the size of .NET Core apps.
# [Analyzer](src/analyzer/README.md)