summarylogtreecommitdiffstats
path: root/html5-build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'html5-build.patch')
-rw-r--r--html5-build.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/html5-build.patch b/html5-build.patch
deleted file mode 100644
index 49703f574f61..000000000000
--- a/html5-build.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- HTML5SDKInfo.cs 2017-10-27 01:48:21.310579458 -0500
-+++ HTML5SDKInfo_new.cs 2017-10-27 02:10:28.642228303 -0500
-@@ -176,7 +176,7 @@
-
- case UnrealTargetPlatform.Mac:
- case UnrealTargetPlatform.Linux:
-- return "/usr/bin/python";
-+ return "/usr/bin/python2";
-
- default:
- return "error_unknown_platform";