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 3c5123e commit bfa40e4Copy full SHA for bfa40e4
src/mono/wasi/build/WasiApp.Native.targets
@@ -265,7 +265,7 @@
265
266
<Target Name="_WasmSelectRuntimeComponentsForLinking" DependsOnTargets="_MonoSelectRuntimeComponents" />
267
268
- <Target Name="_GetNativeFilesForLinking" Returns="@(_WasmNativeFileForLinking)">
+ <Target Name="_GetNativeFilesForLinking" DependsOnTargets="_WasmSelectRuntimeComponentsForLinking" Returns="@(_WasmNativeFileForLinking)">
269
<Message Text="MicrosoftNetCoreAppRuntimePackRidNativeDir: $(MicrosoftNetCoreAppRuntimePackRidNativeDir)" Importance="High" />
270
<PropertyGroup>
271
<!-- FIXME: eh case -->
0 commit comments