| Index: tests/trusted_crash/osx_crash_filter/nacl.scons
|
| diff --git a/tests/trusted_crash/osx_crash_filter/nacl.scons b/tests/trusted_crash/osx_crash_filter/nacl.scons
|
| index f0ddbe7fb84cd55644a000532a81ad963d998880..c1ae02eb7039e79ea69a7029f36ceee1734953a6 100644
|
| --- a/tests/trusted_crash/osx_crash_filter/nacl.scons
|
| +++ b/tests/trusted_crash/osx_crash_filter/nacl.scons
|
| @@ -25,7 +25,10 @@ trusted_env = env['TRUSTED_ENV']
|
| # between libraries.
|
| VALIDATOR_LIBS = []
|
| if trusted_env.Bit('target_x86'):
|
| - VALIDATOR_LIBS += [trusted_env.NaClTargetArchSuffix('ncvalidate')]
|
| + VALIDATOR_LIBS += [trusted_env.NaClTargetArchSuffix('ncvalidate'),
|
| + trusted_env.NaClTargetArchSuffix('dfa_validate_caller'),
|
| + trusted_env.NaClTargetArchSuffix('dfa_validate'),
|
| + ]
|
| elif trusted_env.Bit('target_arm'):
|
| VALIDATOR_LIBS += ['ncvalidate_arm_v2']
|
|
|
|
|