Przeglądaj źródła

misc: Add missing DefineConstants definition in Ryujinx.Common

Fix flathub and nixpkgs build hopefully now.
Mary 3 lat temu
rodzic
commit
e691622f0a
1 zmienionych plików z 1 dodań i 0 usunięć
  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>