| Index: src/trusted/sel_universal/build.scons
|
| diff --git a/src/trusted/sel_universal/build.scons b/src/trusted/sel_universal/build.scons
|
| index c5828db20d4e631af36b4222a7b390c655744600..bb71a193902bf7afadca6e0e2945bf4755f1dc18 100644
|
| --- a/src/trusted/sel_universal/build.scons
|
| +++ b/src/trusted/sel_universal/build.scons
|
| @@ -8,7 +8,7 @@ Import('env')
|
|
|
|
|
| # NOTE: Probably because of GetPluginDir()
|
| -if env.Bit('linux') and env.Bit('target_x86'):
|
| +if env.Bit('linux') and env.Bit('build_x86'):
|
| env.Append(LIBS=['dl'])
|
|
|
|
|
|
|