Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
Update runtime (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveSandersonMS authored Apr 11, 2022
1 parent c714b25 commit e138a89
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/runtime
Submodule runtime updated 6561 files
6 changes: 5 additions & 1 deletion src/Wasi.Sdk/build/Wasi.Sdk.targets
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,11 @@

<ItemGroup>
<WasiNativeFileReference Include="$(MSBuildThisFileDirectory)..\native\*.c" />
<WasiNativeFileReference Include="$(WasiRuntimePackRoot)native\*.a" />
<WasiNativeFileReference Include="$(WasiRuntimePackRoot)native\libmono-ee-interp.a" />
<WasiNativeFileReference Include="$(WasiRuntimePackRoot)native\libmono-ilgen.a" />
<WasiNativeFileReference Include="$(WasiRuntimePackRoot)native\libmono-wasi-driver.a" />
<WasiNativeFileReference Include="$(WasiRuntimePackRoot)native\libmonosgen-2.0.a" />
<WasiNativeFileReference Include="$(WasiRuntimePackRoot)native\libSystem.Native.a" />
<UpToDateCheckInput Include="@(WasiNativeFileReference)" />
</ItemGroup>

Expand Down

0 comments on commit e138a89

Please sign in to comment.