]> git.pld-linux.org Git - packages/chromium-browser.git/blame - nacl-linkingfix.patch
- pl
[packages/chromium-browser.git] / nacl-linkingfix.patch
CommitLineData
cc39504a
JB
1--- chromium-browser-50.0.2661.102/native_client/src/trusted/service_runtime/service_runtime.gyp.orig 2021-05-22 14:30:20.134879142 +0200
2+++ chromium-browser-50.0.2661.102/native_client/src/trusted/service_runtime/service_runtime.gyp 2021-05-22 14:55:16.892591353 +0200
3@@ -113,6 +113,16 @@
4 'win/thread_handle_map.c',
5997e180
ER
5 ],
6 }],
cc39504a
JB
7+ ['target_arch=="ia32"', {
8+ 'sources': [
9+ 'linux/nacl_signal_32.c',
10+ ],
11+ }],
12+ ['target_arch=="x64"', {
13+ 'sources': [
14+ 'linux/nacl_signal_64.c',
15+ ],
16+ }],
17 # TODO(gregoryd): move arm-specific stuff into a separate gyp file.
18 ['target_arch=="arm"', {
19 'sources': [
This page took 0.055249 seconds and 4 git commands to generate.