1
0
forked from MeloNX/MeloNX

misc: Add missing DefineConstants definition in Ryujinx.Common

Fix flathub and nixpkgs build hopefully now.
This commit is contained in:
Mary 2023-02-25 13:29:30 +01:00
parent b19e2a0daf
commit 62a107f804

View File

@ -3,6 +3,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFramework>net7.0</TargetFramework> <TargetFramework>net7.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DefineConstants Condition=" '$(ExtraDefineConstants)' != '' ">$(DefineConstants);$(ExtraDefineConstants)</DefineConstants>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>