Skip to content

Commit 655cff0

Browse files
authored
fix(wasm): Adjust for invalid globbing for 3.1.12 archive lookup (#2269)
1 parent 5816e44 commit 655cff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binding/SkiaSharp/nuget/build/wasm/SkiaSharp.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</PropertyGroup>
1313

1414
<ItemGroup>
15-
<SkiaSharpStaticLibrary Include="$(SkiaSharpStaticLibraryPath)\*\*.a" />
15+
<SkiaSharpStaticLibrary Include="$(SkiaSharpStaticLibraryPath)\**\*.a" />
1616
</ItemGroup>
1717

1818
</Project>

0 commit comments

Comments
 (0)