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/mcs
diff options
context:
space:
mode:
authorAlexis Christoforides <alexis@thenull.net>2015-12-18 01:02:55 +0300
committerAlexis Christoforides <alexis@thenull.net>2015-12-18 01:02:55 +0300
commit34c202a092be853aadfa736cddc83748fdd26487 (patch)
tree635739195743de95941cac137546f867414012cf /mcs
parent62eca45496cc2e6d91612ee1773b398866eba984 (diff)
[mkbundle] Fix typo
Diffstat (limited to 'mcs')
-rwxr-xr-xmcs/tools/mkbundle/mkbundle.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/tools/mkbundle/mkbundle.cs b/mcs/tools/mkbundle/mkbundle.cs
index 116ffd44cdc..7f0e4a6c466 100755
--- a/mcs/tools/mkbundle/mkbundle.cs
+++ b/mcs/tools/mkbundle/mkbundle.cs
@@ -496,7 +496,7 @@ void mono_register_config_for_assembly (const char* assembly_name, cons
if (static_link)
monoFile = LocateFile (monoPath + @"\lib\monosgen-2.0.lib");
else
- monoFile = LocateFile (monoPath + @"\lib\monosgen-2.0dll");
+ monoFile = LocateFile (monoPath + @"\lib\monosgen-2.0.dll");
compilerArgs.Add("/MD");
compilerArgs.Add(temp_c);