| Index: src/trusted/service_runtime/build.scons
|
| diff --git a/src/trusted/service_runtime/build.scons b/src/trusted/service_runtime/build.scons
|
| index c6f5737471ed77128ead737f6809fa9e373b7f5a..5e62c444e6dd9d8a64e6e861013cf857bb6a29e6 100644
|
| --- a/src/trusted/service_runtime/build.scons
|
| +++ b/src/trusted/service_runtime/build.scons
|
| @@ -444,7 +444,7 @@ if (env.Bit('linux') and not env.Bit('android')
|
| LINK='${CC}',
|
| CCFLAGS=['-O2'],
|
| LINKFLAGS=[],
|
| - )
|
| + LIBPATH=[])
|
| bootstrap_munge = munge_env.Program(
|
| 'nacl_bootstrap_munge_phdr',
|
| ['linux/nacl_bootstrap_munge_phdr.c'],
|
|
|