diff options
Diffstat (limited to 'www/chromium/patches/patch-v8_tools_run_py')
| -rw-r--r-- | www/chromium/patches/patch-v8_tools_run_py | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/www/chromium/patches/patch-v8_tools_run_py b/www/chromium/patches/patch-v8_tools_run_py deleted file mode 100644 index 1c71410..0000000 --- a/www/chromium/patches/patch-v8_tools_run_py +++ /dev/null | |||
| @@ -1,12 +0,0 @@ | |||
| 1 | Index: v8/tools/run.py | ||
| 2 | --- v8/tools/run.py.orig | ||
| 3 | +++ v8/tools/run.py | ||
| 4 | @@ -11,7 +11,7 @@ from __future__ import print_function | ||
| 5 | import subprocess | ||
| 6 | import sys | ||
| 7 | |||
| 8 | -result = subprocess.call(sys.argv[1:]) | ||
| 9 | +sys.exit(subprocess.call(sys.argv[1:], env={"LD_LIBRARY_PATH":"${WRKSRC}/out/Release"})) | ||
| 10 | if result != 0: | ||
| 11 | # Windows error codes such as 0xC0000005 and 0xC0000409 are much easier | ||
| 12 | # to recognize and differentiate in hex. | ||
