From: Radek Doulik Date: Fri, 21 May 2021 07:29:14 +0000 (+0200) Subject: [wasm] Fix few paths (#53049) X-Git-Tag: submit/tizen/20210909.063632~1250 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=70d2dc4be7a1c77b10bd78d2ed31da0a9d93ce25;p=platform%2Fupstream%2Fdotnet%2Fruntime.git [wasm] Fix few paths (#53049) To avoid parts of the path like: artifacts\bin\native\net6.0-Browser-Debug-wasm\/dotnet.wasm --- diff --git a/src/mono/wasm/wasm.proj b/src/mono/wasm/wasm.proj index 86da385e608..8f958e8e2f0 100644 --- a/src/mono/wasm/wasm.proj +++ b/src/mono/wasm/wasm.proj @@ -117,7 +117,7 @@ $(EmccFlags) -s MODULARIZE=1 -s EXPORT_ES6=1 -g -Os -s ASSERTIONS=1 -DENABLE_NETCORE=1 -DDEBUG=1 -Oz --llvm-opts 2 -DENABLE_NETCORE=1 - "$(EMSDK_PATH)/upstream/bin/wasm-opt" --strip-dwarf "$(NativeBinDir)/dotnet.wasm" -o "$(NativeBinDir)/dotnet.wasm" + "$(EMSDK_PATH)/upstream/bin/wasm-opt" --strip-dwarf "$(NativeBinDir)dotnet.wasm" -o "$(NativeBinDir)dotnet.wasm" $(ArtifactsObjDir)wasm $(WasmObjDir)\emcc-version.txt $(MonoArtifactsPath)include/mono-2.0 @@ -153,7 +153,7 @@ EmSdkPath="$(EMSDK_PATH)" IgnoreStandardErrorWarningFormat="true" /> - @@ -178,7 +178,7 @@ Overwrite="true" />