浏览代码

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

Erwin de Haan 6 年之前
父节点
当前提交
47f08fbb12
共有 2 个文件被更改,包括 1 次插入2 次删除
  1. 1 1
      .gitignore
  2. 0 1
      Emby.Drawing.Skia/Emby.Drawing.Skia.csproj

+ 1 - 1
.gitignore

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

+ 0 - 1
Emby.Drawing.Skia/Emby.Drawing.Skia.csproj

@@ -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>