Просмотр исходного кода

misc: Add missing DefineConstants definition in Ryujinx.Common

Fix flathub and nixpkgs build hopefully now.
Mary 3 лет назад
Родитель
Сommit
e691622f0a
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      Ryujinx.Common/Ryujinx.Common.csproj

+ 1 - 0
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>