Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-04-23 01:48:18 +0300
committerGitHub <noreply@github.com>2021-04-23 01:48:18 +0300
commitbd2d701e7509c4e15e2475a7ca1f6487f7ff7663 (patch)
treecdc8613ab61145df69cbe68034def4f8e51f755a /src
parent96999bc05c7fe2ffabdd71060113e4765ef35d7e (diff)
Overwrite the old rsp (#51705)
Co-authored-by: Larry Ewing <lewing@microsoft.com>
Diffstat (limited to 'src')
-rw-r--r--src/mono/wasm/build/WasmApp.targets2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mono/wasm/build/WasmApp.targets b/src/mono/wasm/build/WasmApp.targets
index 54d1aa65888..b413225fd05 100644
--- a/src/mono/wasm/build/WasmApp.targets
+++ b/src/mono/wasm/build/WasmApp.targets
@@ -499,7 +499,7 @@
<_EmccLinkerResponseFile>$(_WasmIntermediateOutputPath)emcc-link.rsp</_EmccLinkerResponseFile>
</PropertyGroup>
- <WriteLinesToFile Lines="@(_EmccLinkerArguments)" File="$(_EmccLinkerResponseFile)" />
+ <WriteLinesToFile Lines="@(_EmccLinkerArguments)" File="$(_EmccLinkerResponseFile)" Overwrite="true" />
<Message Text="Running emcc with @(_EmccLinkerArguments->'%(Identity)', ' ')" Importance="Low" />
<Exec Command="emcc &quot;@$(_EmccLinkerResponseFile)&quot;" EnvironmentVariables="@(EmscriptenEnvVars)" />