diff options
author | Mary <mary@mary.zone> | 2023-02-25 13:29:30 +0100 |
---|---|---|
committer | Mary <mary@mary.zone> | 2023-02-25 13:32:20 +0100 |
commit | e691622f0a118d550a7891896e40b0d9ab39fb60 (patch) | |
tree | 3c4d1612e08aca9df417ed155097150718fc9e00 | |
parent | f663a5cd38e0ac0191f5859ed5bc25f5a7a9a907 (diff) |
misc: Add missing DefineConstants definition in Ryujinx.Common1.1.642
Fix flathub and nixpkgs build hopefully now.
-rw-r--r-- | Ryujinx.Common/Ryujinx.Common.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Ryujinx.Common/Ryujinx.Common.csproj b/Ryujinx.Common/Ryujinx.Common.csproj index ca5de76a..c307f524 100644 --- a/Ryujinx.Common/Ryujinx.Common.csproj +++ b/Ryujinx.Common/Ryujinx.Common.csproj @@ -3,6 +3,7 @@ <PropertyGroup> <TargetFramework>net7.0</TargetFramework> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> + <DefineConstants Condition=" '$(ExtraDefineConstants)' != '' ">$(DefineConstants);$(ExtraDefineConstants)</DefineConstants> </PropertyGroup> <ItemGroup> |