aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Common/Ryujinx.Common.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Common/Ryujinx.Common.csproj')
-rw-r--r--Ryujinx.Common/Ryujinx.Common.csproj1
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>