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

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

Issue 758223003: Cleanup: Use Bit('build_ARCH') instead of Bit('target_ARCH') (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Fix + simplify Created 6 years, 1 month 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 | « src/trusted/platform_qualify/build.scons ('k') | src/trusted/service_runtime/build.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'])
« no previous file with comments | « src/trusted/platform_qualify/build.scons ('k') | src/trusted/service_runtime/build.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698