mono emscripten double loading issue
authorJérôme Laban <jerome.laban@nventive.com>
Mon, 29 Apr 2019 12:29:32 +0000 (08:29 -0400)
committerJérôme Laban <jerome.laban@nventive.com>
Sat, 4 May 2019 00:29:59 +0000 (20:29 -0400)
Commit migrated from https://github.com/mono/mono/commit/51abc92b6e42e65149835602b0d643a29ac5b4b1

src/mono/mono/utils/mono-dl-wasm.c

index d0f0b62..53afb90 100644 (file)
@@ -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;
        }