Skip to content

Commit

Permalink
fix(wasm): Adjust for invalid globbing for 3.1.12 archive lookup (#2269)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban authored Oct 3, 2022
1 parent 5816e44 commit 655cff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binding/SkiaSharp/nuget/build/wasm/SkiaSharp.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</PropertyGroup>

<ItemGroup>
<SkiaSharpStaticLibrary Include="$(SkiaSharpStaticLibraryPath)\*\*.a" />
<SkiaSharpStaticLibrary Include="$(SkiaSharpStaticLibraryPath)\**\*.a" />
</ItemGroup>

</Project>

0 comments on commit 655cff0

Please sign in to comment.