Commit 53f73d1 1 parent 4860ad9 commit 53f73d1 Copy full SHA for 53f73d1
File tree 1 file changed +3
-6
lines changed
1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 621
621
'<(V8_ROOT)/src/trap-handler/handler-inside-posix.h' ,
622
622
],
623
623
}],
624
- # TODO(targos): Replace False with OS=="win" if handler-outside-simulator.cc becomes compatible with MSVC.
625
- ['_toolset=="host" and host_arch=="x64" and (OS=="linux" or OS=="mac" or False)' , {
624
+ ['_toolset=="host" and host_arch=="x64" and (OS=="linux" or OS=="mac" or OS=="win")' , {
626
625
'sources' : [
627
626
'<(V8_ROOT)/src/trap-handler/trap-handler-simulator.h' ,
628
627
],
858
857
'<(V8_ROOT)/src/trap-handler/handler-outside-posix.cc' ,
859
858
],
860
859
}],
861
- # TODO(targos): Replace False with OS=="win" if handler-outside-simulator.cc becomes compatible with MSVC.
862
- ['_toolset=="host" and host_arch=="x64" and False' , {
860
+ ['_toolset=="host" and host_arch=="x64" and OS=="win"' , {
863
861
'sources' : [
864
862
'<(V8_ROOT)/src/trap-handler/handler-inside-win.cc' ,
865
863
'<(V8_ROOT)/src/trap-handler/handler-outside-win.cc' ,
866
864
],
867
865
}],
868
- # TODO(targos): Replace False with OS=="win" if handler-outside-simulator.cc becomes compatible with MSVC.
869
866
['_toolset=="host" and host_arch=="x64" and '
870
- '(host_os=="linux" or host_os=="mac" or False )' , {
867
+ '(host_os=="linux" or host_os=="mac" or OS=="win" )' , {
871
868
'sources' : [
872
869
'<(V8_ROOT)/src/trap-handler/handler-outside-simulator.cc' ,
873
870
],
You can’t perform that action at this time.
0 commit comments