We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1bcbeb commit 4c10effCopy full SHA for 4c10eff
src/mono/browser/build/BrowserWasmApp.targets
@@ -480,6 +480,7 @@
480
<_EmccLinkStepArgs Include="$(EmccExtraLDFlags)" />
481
482
<_WasmLinkStepArgs Include="@(_EmccLinkStepArgs)" />
483
+ <_WasmLinkStepArgs Include="@(LinkerArg)" />
484
</ItemGroup>
485
</Target>
486
src/mono/wasi/build/WasiApp.targets
@@ -372,6 +372,7 @@
372
<_WasiLinkStepArgs Include="-o "$(_WasiOutputFileName.Replace('\', '/'))"" />
373
374
<_WasmLinkStepArgs Include="@(_WasiLinkStepArgs)" />
375
376
377
378
0 commit comments