Skip to content
Snippets Groups Projects
Commit ddfdd54b authored by Ali Can Demiralp's avatar Ali Can Demiralp
Browse files

Fixed Build.cs.

parent 48338417
Branches
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ public class DisplayCluster : ModuleRules
"D3D12RHI"
});
}
else if (ROTargetRules == UnrealTargetPlatform.Linux)
else if (ROTargetRules.Platform == UnrealTargetPlatform.Linux)
{
PrivateIncludePaths.AddRange(
new string[] {
......@@ -127,7 +127,7 @@ public class DisplayCluster : ModuleRules
return true;
}
else if (ROTargetRules == UnrealTargetPlatform.Linux)
else if (ROTargetRules.Platform == UnrealTargetPlatform.Linux)
{
string LibrariesPath = Path.Combine(ThirdPartyPath, "VRPN", "Lib/Linux");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment