Copying //UE4/Dev-Enterprise @ cl 6890376 to Dev-Main (//UE4/Dev-Main)

#lockdown nick.penwarden
#rb none

[CL 6890764 by JeanMichel Dignard in Main branch]
This commit is contained in:
JeanMichel Dignard
2019-06-07 11:22:52 -04:00
parent 24c5f55936
commit 0f9ad96858
1390 changed files with 104382 additions and 32760 deletions

View File

@@ -13,11 +13,18 @@ namespace UnrealBuildTool.Rules
}
);
PrivateIncludePathModuleNames.AddRange(
new string[] {
"Python",
}
);
if (Target.bBuildEditor)
{
PrivateIncludePathModuleNames.AddRange(
new string[] {
"Python",
}
);
}
else
{
PrivateDefinitions.Add("WITH_PYTHON=0");
}
}
}
}