[mkbundle] Fix typo
authorAlexis Christoforides <alexis@thenull.net>
Thu, 17 Dec 2015 22:02:55 +0000 (17:02 -0500)
committerAlexis Christoforides <alexis@thenull.net>
Thu, 17 Dec 2015 22:02:55 +0000 (17:02 -0500)
mcs/tools/mkbundle/mkbundle.cs

index 116ffd44cdc57bc408ef1c636a1ae17e6283bfeb..7f0e4a6c4663e4a611c06aef7b24025585b37082 100755 (executable)
@@ -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);