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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/msvc
diff options
context:
space:
mode:
Diffstat (limited to 'msvc')
-rwxr-xr-xmsvc/scripts/genproj.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/msvc/scripts/genproj.cs b/msvc/scripts/genproj.cs
index 2e1056d0bcb..ee1518a0b5d 100755
--- a/msvc/scripts/genproj.cs
+++ b/msvc/scripts/genproj.cs
@@ -713,6 +713,9 @@ public class MsbuildGenerator {
case "/features":
return true;
+
+ case "/sourcelink":
+ return true;
}
Console.Error.WriteLine ($"// Failing with : {arg}");