Skip to content

Commit bfa40e4

Browse files
committed
Run the runtime component selection logic for wasi
1 parent 3c5123e commit bfa40e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mono/wasi/build/WasiApp.Native.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@
265265

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

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

0 commit comments

Comments
 (0)