Oops. Lame bug in previous commit caused error when not strong naming.

This commit is contained in:
jfrijters 2010-05-07 12:16:15 +00:00
Родитель bcd5fe602a
Коммит 9340756ca4
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -182,7 +182,7 @@ class IkvmcCompiler
}
}
}
else
else if (options.keycontainer != null)
{
StrongNameKeyPair keyPair = null;
if (!SetStrongNameKeyPair(ref keyPair, options.keycontainer, false))