File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 621621 '<(V8_ROOT)/src/trap-handler/handler-inside-posix.h' ,
622622 ],
623623 }],
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")' , {
626625 'sources' : [
627626 '<(V8_ROOT)/src/trap-handler/trap-handler-simulator.h' ,
628627 ],
858857 '<(V8_ROOT)/src/trap-handler/handler-outside-posix.cc' ,
859858 ],
860859 }],
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"' , {
863861 'sources' : [
864862 '<(V8_ROOT)/src/trap-handler/handler-inside-win.cc' ,
865863 '<(V8_ROOT)/src/trap-handler/handler-outside-win.cc' ,
866864 ],
867865 }],
868- # TODO(targos): Replace False with OS=="win" if handler-outside-simulator.cc becomes compatible with MSVC.
869866 ['_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" )' , {
871868 'sources' : [
872869 '<(V8_ROOT)/src/trap-handler/handler-outside-simulator.cc' ,
873870 ],
You can’t perform that action at this time.
0 commit comments