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
No related branches found
No related tags found
No related merge requests found
...@@ -77,7 +77,7 @@ public class DisplayCluster : ModuleRules ...@@ -77,7 +77,7 @@ public class DisplayCluster : ModuleRules
"D3D12RHI" "D3D12RHI"
}); });
} }
else if (ROTargetRules == UnrealTargetPlatform.Linux) else if (ROTargetRules.Platform == UnrealTargetPlatform.Linux)
{ {
PrivateIncludePaths.AddRange( PrivateIncludePaths.AddRange(
new string[] { new string[] {
...@@ -127,7 +127,7 @@ public class DisplayCluster : ModuleRules ...@@ -127,7 +127,7 @@ public class DisplayCluster : ModuleRules
return true; return true;
} }
else if (ROTargetRules == UnrealTargetPlatform.Linux) else if (ROTargetRules.Platform == UnrealTargetPlatform.Linux)
{ {
string LibrariesPath = Path.Combine(ThirdPartyPath, "VRPN", "Lib/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