| Index: src/trusted/validator_x86/build.scons
|
| diff --git a/src/trusted/validator_x86/build.scons b/src/trusted/validator_x86/build.scons
|
| index ac9a7bcf2f1c593f38ac7ee35b8940182c3f5168..70391411ce0acf2367e444e69ed03e0951c25b96 100644
|
| --- a/src/trusted/validator_x86/build.scons
|
| +++ b/src/trusted/validator_x86/build.scons
|
| @@ -15,7 +15,7 @@ Import('env')
|
| # Build x86 only pieces
|
| #
|
| #
|
| -if not env.Bit('target_x86'): Return()
|
| +if not env.Bit('build_x86'): Return()
|
|
|
| # The following are copycode routines for x86-32 and x86-64.
|
| # TODO(karl): Break this up so that we don't need to load
|
|
|