From: Jérôme Laban Date: Mon, 29 Apr 2019 12:29:32 +0000 (-0400) Subject: mono emscripten double loading issue X-Git-Tag: submit/tizen/20210909.063632~10331^2~5^2~1339^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0e5dfe270e91edc9e2624f11c5ccf9d22e69343b;p=platform%2Fupstream%2Fdotnet%2Fruntime.git mono emscripten double loading issue Commit migrated from https://github.com/mono/mono/commit/51abc92b6e42e65149835602b0d643a29ac5b4b1 --- diff --git a/src/mono/mono/utils/mono-dl-wasm.c b/src/mono/mono/utils/mono-dl-wasm.c index d0f0b62..53afb90 100644 --- a/src/mono/mono/utils/mono-dl-wasm.c +++ b/src/mono/mono/utils/mono-dl-wasm.c @@ -71,6 +71,7 @@ mono_dl_convert_flags (int flags) void * mono_dl_open_file (const char *file, int flags) { + // issue https://github.com/emscripten-core/emscripten/issues/8511 if (strstr(file, "System.Native")) { return NULL; }