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

Merge branch 'develop'

parents aaeac427 ddfdd54b
Branches
Tags 1.0.0
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