소스 검색

misc: Add missing DefineConstants definition in Ryujinx.Common

Fix flathub and nixpkgs build hopefully now.
Mary 3 년 전
부모
커밋
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>