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
diff options
context:
space:
mode:
Diffstat (limited to 'msvc/scripts/genproj.cs')
-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 1849009db00..79d9c4c3c26 100755
--- a/msvc/scripts/genproj.cs
+++ b/msvc/scripts/genproj.cs
@@ -716,6 +716,9 @@ public class MsbuildGenerator {
case "/sourcelink":
return true;
+
+ case "/shared":
+ return true;
}
Console.Error.WriteLine ($"// Failing with : {arg}");