Disable Embree3 for Mac

#ROBOMERGE-SOURCE: CL 15805586 in //UE5/Release-5.0-EarlyAccess/...
#ROBOMERGE-BOT: STARSHIP (Release-5.0-EarlyAccess -> Main) (v783-15756269)

[CL 15810217 by daniel wright in ue5-main branch]
This commit is contained in:
daniel wright
2021-03-24 18:13:04 -04:00
parent 600c16f407
commit 718627f372
@@ -22,6 +22,10 @@ public class Embree3 : ModuleRules
}
else if (Target.Platform == UnrealTargetPlatform.Mac)
{
//@todo - fix for Mac
PublicDefinitions.Add("USE_EMBREE=0");
/*
string SDKDir = Target.UEThirdPartySourceDirectory + "Intel/Embree/Embree3122/MacOSX/";
PublicIncludePaths.Add(SDKDir + "include");
@@ -30,6 +34,8 @@ public class Embree3 : ModuleRules
RuntimeDependencies.Add("$(TargetOutputDir)/libembree3.3.dylib", SDKDir + "lib/libembree3.3.dylib");
RuntimeDependencies.Add("$(TargetOutputDir)/libtbb.12.1.dylib", SDKDir + "lib/libtbb.12.1.dylib");
PublicDefinitions.Add("USE_EMBREE=1");
*/
}
else
{