Fix ICU load on OpenSUSE Tumbleweed (#19812)
authorJan Vorlicek <janvorli@microsoft.com>
Fri, 7 Sep 2018 08:44:47 +0000 (10:44 +0200)
committerGitHub <noreply@github.com>
Fri, 7 Sep 2018 08:44:47 +0000 (10:44 +0200)
commit3df1959f00c34a80988e075b48b869e6b9d8102b
tree3ed9fb3e9e322a00bca538df805fa1699d0a6189
parent9e976d515099c7708cf26cef7520b628564f5acf
Fix ICU load on OpenSUSE Tumbleweed (#19812)

For some reason, OpenSUSE Tumbleweed has decided to prefix the
version number in the SO name of the ICU libraries by "suse".
That prevents our ICU version detection code from working.

This change adds scanning for SO names that contain that prefix too.
src/corefx/System.Globalization.Native/icushim.cpp