Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1183)

Unified Diff: src/trusted/service_runtime/build.scons

Issue 12288068: Reset LIBPATH to fix the build of MIPS nacl_helper_bootstrap on Ubuntu Precise (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698