Skip to content

Commit

Permalink
Run the runtime component selection logic for wasi
Browse files Browse the repository at this point in the history
  • Loading branch information
lewing committed Nov 14, 2023
1 parent 3c5123e commit bfa40e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mono/wasi/build/WasiApp.Native.targets
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@

<Target Name="_WasmSelectRuntimeComponentsForLinking" DependsOnTargets="_MonoSelectRuntimeComponents" />

<Target Name="_GetNativeFilesForLinking" Returns="@(_WasmNativeFileForLinking)">
<Target Name="_GetNativeFilesForLinking" DependsOnTargets="_WasmSelectRuntimeComponentsForLinking" Returns="@(_WasmNativeFileForLinking)">
<Message Text="MicrosoftNetCoreAppRuntimePackRidNativeDir: $(MicrosoftNetCoreAppRuntimePackRidNativeDir)" Importance="High" />
<PropertyGroup>
<!-- FIXME: eh case -->
Expand Down

0 comments on commit bfa40e4

Please sign in to comment.