| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e3f8988 commit d97ad30
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -602,7 +602,8 @@ | |||
| 602 | 602 | '<(V8_ROOT)/src/trap-handler/handler-inside-posix.h', | |
| 603 | 603 | ], | |
| 604 | 604 | }], | |
| 605 | - ['_toolset=="host" and host_arch=="x64" and (OS=="linux" or OS=="mac" or OS=="win")', { | ||
| 605 | + # TODO(targos): Replace False with OS=="win" if handler-outside-simulator.cc becomes compatible with MSVC. | ||
| 606 | + ['_toolset=="host" and host_arch=="x64" and (OS=="linux" or OS=="mac" or False)', { | ||
| 606 | 607 | 'sources': [ | |
| 607 | 608 | '<(V8_ROOT)/src/trap-handler/trap-handler-simulator.h', | |
| 608 | 609 | ], | |
@@ -822,13 +823,15 @@ | |||
| 822 | 823 | '<(V8_ROOT)/src/trap-handler/handler-outside-posix.cc', | |
| 823 | 824 | ], | |
| 824 | 825 | }], | |
| 825 | - ['_toolset=="host" and host_arch=="x64" and OS=="win"', { | ||
| 826 | + # TODO(targos): Replace False with OS=="win" if handler-outside-simulator.cc becomes compatible with MSVC. | ||
| 827 | + ['_toolset=="host" and host_arch=="x64" and False', { | ||
| 826 | 828 | 'sources': [ | |
| 827 | 829 | '<(V8_ROOT)/src/trap-handler/handler-inside-win.cc', | |
| 828 | 830 | '<(V8_ROOT)/src/trap-handler/handler-outside-win.cc', | |
| 829 | 831 | ], | |
| 830 | 832 | }], | |
| 831 | - ['_toolset=="host" and host_arch=="x64" and (OS=="linux" or OS=="mac" or OS=="win")', { | ||
| 833 | + # TODO(targos): Replace False with OS=="win" if handler-outside-simulator.cc becomes compatible with MSVC. | ||
| 834 | + ['_toolset=="host" and host_arch=="x64" and (OS=="linux" or OS=="mac" or False)', { | ||
| 832 | 835 | 'sources': [ | |
| 833 | 836 | '<(V8_ROOT)/src/trap-handler/handler-outside-simulator.cc', | |
| 834 | 837 | ], | |
| Back | FazBrowse Home | New Git URL |
0 commit comments