This commit is contained in:
Alexander Köplinger 2019-01-14 14:58:37 +01:00
Родитель 25f306461c
Коммит 0dae3f27ad
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1326,7 +1326,7 @@ namespace Xamarin.Bundler {
throw ErrorHelper.CreateError (100, $"Invalid mono native type: '{MonoNativeMode}'. Please file a bug report with a test case (http://bugzilla.xamarin.com).");
}
args.Append ("-u ").Append (StringUtils.Quote (Path.Combine (libdir, libmono_native_name + ".a"))).Append (' ');
args.Append (StringUtils.Quote (Path.Combine (libdir, libmono_native_name + ".a"))).Append (' ');
}
if (profiling.HasValue && profiling.Value) {