summarylogtreecommitdiffstats
path: root/compile_in_editor.patch
diff options
context:
space:
mode:
Diffstat (limited to 'compile_in_editor.patch')
-rw-r--r--compile_in_editor.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/compile_in_editor.patch b/compile_in_editor.patch
deleted file mode 100644
index d9a2bcde3264..000000000000
--- a/compile_in_editor.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- /home/zerophase/Documents/PackagesMaintained/unreal-engine/opt/unreal-engine/Engine/Source/Developer/HotReload/Private/HotReload.cpp 2021-03-24 03:10:56.000000000 -0500
-+++ Engine/Source/Developer/HotReload/Private/HotReload.cpp 2021-03-25 03:37:32.071430288 -0500
-@@ -1581,6 +1581,13 @@
- FString FullProjectPath = FPaths::ConvertRelativePathToFull(FPaths::GetProjectFilePath());
- AdditionalArguments += FString::Printf(TEXT("\"%s\" "), *FullProjectPath);
- }
-+
-+ if(!FPaths::FileExists(FPaths::RootDir() +
-+ FString("Engine/Extras/ThirdPartyNotUE/SDKs/HostLinux/Linux_x64")))
-+ {
-+ AdditionalArguments += FString(TEXT(" -ForceUseSystemCompiler"));
-+ }
-+
- return AdditionalArguments;
- }
-