This commit is contained in:
Rolf Bjarne Kvinge 2017-01-24 18:53:02 +01:00
Родитель f1397b561e
Коммит d58dcb8141
1 изменённых файлов: 0 добавлений и 6 удалений

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

@ -1353,12 +1353,6 @@ namespace Xamarin.Bundler {
} }
} }
public void NativeLink ()
{
foreach (var target in Targets)
target.NativeLink ();
}
// this will filter/remove warnings that are not helpful (e.g. complaining about non-matching armv6-6 then armv7-6 on fat binaries) // this will filter/remove warnings that are not helpful (e.g. complaining about non-matching armv6-6 then armv7-6 on fat binaries)
// and turn the remaining of the warnings into MT5203 that MonoDevelop will be able to report as real warnings (not just logs) // and turn the remaining of the warnings into MT5203 that MonoDevelop will be able to report as real warnings (not just logs)
// it will also look for symbol-not-found errors and try to provide useful error messages. // it will also look for symbol-not-found errors and try to provide useful error messages.