Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
Remove useless ModuleRules qualifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Audykowicz committed Sep 7, 2023
1 parent 3f9d82f commit 766617d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DolbyIO/Source/DolbyIO.Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public class DolbyIO : ModuleRules
{
public DolbyIO(ReadOnlyTargetRules Target) : base(Target)
{
PCHUsage = ModuleRules.PCHUsageMode.UseExplicitOrSharedPCHs;
PCHUsage = PCHUsageMode.UseExplicitOrSharedPCHs;

CppStandard = CppStandardVersion.Cpp17;
bEnableExceptions = true;
Expand Down

0 comments on commit 766617d

Please sign in to comment.