Skip to content

Commit d0cfce7

Browse files
authored
Update WasiApp.targets
1 parent 2bac94c commit d0cfce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mono/wasi/build/WasiApp.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@
354354
otherwise it will be included in the dotnet.wasm and required -S http argument to wasmtime
355355
-->
356356
<_WasiLinkStepArgs Include="-Wl,--component-type,&quot;$([MSBuild]::NormalizePath('$(MicrosoftNetCoreAppRuntimePackRidNativeDir)', 'WasiHttpWorld_component_type.wit').Replace('\','/'))&quot;"/>
357-
<_WasiLinkStepArgs Include="@(LinkerArg)')"/>
357+
<_WasiLinkStepArgs Include="@(LinkerArg)"/>
358358
<_WasiLinkStepArgs Include="-Wl,-s" Condition="'$(WasmNativeStrip)' == 'true'"/>
359359

360360
<_WasiLinkStepArgs Include="&quot;@$(_WasmDefaultLinkFlagsRsp.Replace('\', '/'))&quot;" />

0 commit comments

Comments
 (0)