From 927de553092beaf7d8b9f34fc1a6359421108070 Mon Sep 17 00:00:00 2001 From: Larry Ewing Date: Tue, 23 Mar 2021 16:44:41 -0500 Subject: [PATCH] Don't bundle the LLVM optimizer on wasm we use the emscripten version --- src/mono/mono.proj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mono/mono.proj b/src/mono/mono.proj index f0def1a0571235..2f3fb0630c2159 100644 --- a/src/mono/mono.proj +++ b/src/mono/mono.proj @@ -44,7 +44,7 @@ true $([MSBuild]::NormalizePath('$(MonoObjDir)', 'cross', 'config.h')) true - true + true $(Compiler) clang