Browse Source

Revert package include condition (#1164)

Xpl0itR 6 years ago
parent
commit
59145acd7c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Ryujinx/Ryujinx.csproj

+ 1 - 1
Ryujinx/Ryujinx.csproj

@@ -77,7 +77,7 @@
     <PackageReference Include="DiscordRichPresence" Version="1.0.150" />
     <PackageReference Include="GLWidget" Version="1.0.1" />
     <PackageReference Include="GtkSharp" Version="3.22.25.56" />
-    <PackageReference Include="GtkSharp.Dependencies" Version="1.1.0" Condition="'$(RuntimeIdentifier)' == 'win-x64'" />
+    <PackageReference Include="GtkSharp.Dependencies" Version="1.1.0" Condition="'$(RuntimeIdentifier)' != 'linux-x64' AND '$(RuntimeIdentifier)' != 'osx-x64'" />
     <PackageReference Include="OpenTK.NetStandard" Version="1.0.5.12" />
   </ItemGroup>