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

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

Issue 12278019: Mac: Enable Mach exception handler by default Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Rebase Created 7 years, 5 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 | « SConstruct ('k') | src/trusted/service_runtime/osx/mach_exception_handler.c » ('j') | 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 bc9e9cf9a94214d93a883587618fdb418c5ec929..a0634605093a650a05446a1f49af15d34962e18a 100644
--- a/src/trusted/service_runtime/build.scons
+++ b/src/trusted/service_runtime/build.scons
@@ -640,7 +640,7 @@ node = env.CommandTest(
env.AddNodeToTestSuite(node, ['small_tests'], 'run_nacl_resource_test')
# Test nacl_signal
-if env.Bit('posix'):
+if env.Bit('linux'):
if (not env.Bit('coverage_enabled') and
not env.Bit('target_arm') and
not env.Bit('target_mips32') and
« no previous file with comments | « SConstruct ('k') | src/trusted/service_runtime/osx/mach_exception_handler.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698