aboutsummaryrefslogtreecommitdiffstats
path: root/testing/emscripten/move-emcc-txt.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/emscripten/move-emcc-txt.patch')
-rw-r--r--testing/emscripten/move-emcc-txt.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/emscripten/move-emcc-txt.patch b/testing/emscripten/move-emcc-txt.patch
new file mode 100644
index 0000000000..8875288310
--- /dev/null
+++ b/testing/emscripten/move-emcc-txt.patch
@@ -0,0 +1,12 @@
+emcc.txt is read from emcc.py for --help. Move it to more reasonable location.
+--- a/emcc.py
++++ b/emcc.py
+@@ -153,7 +153,7 @@
+
+ emcc: supported targets: llvm bitcode, javascript, NOT elf
+ (autoconf likes to see elf above to enable shared object support)
+-''' % (open(shared.path_from_root('site', 'build', 'text', 'docs', 'tools_reference', 'emcc.txt')).read())
++''' % (open(shared.path_from_root('emcc.txt')).read())
+ exit(0)
+
+ elif sys.argv[1] == '--version':