Skip to content

Commit

Permalink
handler-outside-posix for ios
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Aug 9, 2022
1 parent 1358a78 commit be2fbe2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions patchs/fix_no_handler_inside_posix_v16.16.0.patch
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ index 39b96803c7..31883bce56 100644
'conditions': [
['v8_enable_webassembly==1', {
'conditions': [
- ['OS=="mac" or OS=="ios" or (_toolset=="host" and host_arch=="x64" and OS=="linux")', {
+ ['OS=="mac" or (_toolset=="host" and host_arch=="x64" and (host_os=="linux" or host_os=="mac"))', {
- ['OS=="mac" or (_toolset=="host" and host_arch=="x64" and OS=="linux")', {
+ ['OS=="mac" or OS=='ios' or (_toolset=="host" and host_arch=="x64" and (host_os=="linux" or host_os=="mac"))', {
'sources': [
'<(V8_ROOT)/src/trap-handler/handler-inside-posix.cc',
'<(V8_ROOT)/src/trap-handler/handler-outside-posix.cc',
Expand Down

0 comments on commit be2fbe2

Please sign in to comment.