You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user