Remove Musl build. dotnet is not yet ready (icu-libs still require libstdc++).

This commit is contained in:
Erwin de Haan 2019-01-17 17:45:34 +01:00
parent a0195420df
commit 47f08fbb12
2 changed files with 1 additions and 2 deletions

2
.gitignore vendored
View File

@ -234,7 +234,7 @@ pip-log.txt
#Mr Developer
.mr.developer.cfg
/.vs
.vs/
##########
# Rider

View File

@ -9,7 +9,6 @@
<PackageReference Include="SkiaSharp" Version="1.68.0" />
<PackageReference Include="SkiaSharp.NativeAssets.Linux" Version="1.68.0" />
<PackageReference Include="Jellyfin.SkiaSharp.NativeAssets.LinuxArm" Version="1.68.0" />
<PackageReference Include="Jellyfin.SkiaSharp.NativeAssets.LinuxMusl" Version="1.68.0" />
</ItemGroup>
<ItemGroup>