aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXpl0itR <xpl0itr@outlook.com>2020-04-27 14:08:13 +0100
committerGitHub <noreply@github.com>2020-04-27 23:08:13 +1000
commit59145acd7c339db162236699f143e16d4190b631 (patch)
tree1aac33454640b31003ed16468996fa8775e4441b
parent10a2b9dca3610a759926e6be564c8813be8d8618 (diff)
Revert package include condition (#1164)
-rw-r--r--Ryujinx/Ryujinx.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx/Ryujinx.csproj b/Ryujinx/Ryujinx.csproj
index 28a0b601..3fe95e88 100644
--- a/Ryujinx/Ryujinx.csproj
+++ b/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>