Chromium Code Reviews| Index: SConstruct |
| diff --git a/SConstruct b/SConstruct |
| index 12daf20d8bbf67241ee52816231559cd4b554493..466fafd46af64d0c2c8d859b9689d69f46ed9978 100755 |
| --- a/SConstruct |
| +++ b/SConstruct |
| @@ -1569,7 +1569,7 @@ def CommandSelLdrTestNacl(env, name, nexe, |
| command = loader_cmd + sel_ldr_flags + ['--'] + command |
| - if env.Bit('host_linux'): |
| + if env.Bit('host_linux') or env.Bit('host_mac'): |
| extra['using_nacl_signal_handler'] = True |
| if env.ShouldUseVerboseOptions(extra): |