Skip to content

Commit

Permalink
Add libSystem.Globalization.Native explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
lewing committed Apr 23, 2021
1 parent 742cbc3 commit 76dd72b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/mono/wasm/build/WasmApp.targets
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,9 @@
<_WasmRuntimePackNativeLibs Include="$(MicrosoftNetCoreAppRuntimePackRidNativeDir)\*.a"/>

<_WasmPInvokeModules Include="@(_WasmRuntimePackSystemLibs->'%(FileName)')" />
<!-- libSystem.Globalization.Native is built in but we still need the module so add it explicitly -->
<_WasmPInvokeModules Include="libSystem.Globalization.Native" />

<_WasmObjectsToBuild Include="$(_WasmRuntimePackSrcDir)\*.c" />
<_WasmObjectsToBuild OutputPath="$(_WasmIntermediateOutputPath)%(FileName).o" />

Expand Down

0 comments on commit 76dd72b

Please sign in to comment.