This commit is contained in:
Bernhard Urban 2018-12-05 14:08:15 +01:00 коммит произвёл Marek Safar
Родитель 92f554c615
Коммит 3ddadfb852
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1309,7 +1309,7 @@ namespace Xamarin.Bundler {
// libmono-system-native.a needs to be included if it exists in the mono in question
string libmonoNative = Path.Combine (libdir, "libmono-system-native.a");
if (File.Exists (libmonoNative)) {
if (File.Exists (libmonoNative))
args.Append (StringUtils.Quote (libmonoNative)).Append (' ');
if (MonoNativeMode != MonoNativeMode.None) {