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

Unified Diff: SConstruct

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 | « no previous file | src/trusted/service_runtime/build.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: SConstruct
diff --git a/SConstruct b/SConstruct
index 12daf20d8bbf67241ee52816231559cd4b554493..466fafd46af64d0c2c8d859b9689d69f46ed9978 100755
--- a/SConstruct
+++ b/SConstruct
@@ -1569,7 +1569,7 @@ def CommandSelLdrTestNacl(env, name, nexe,
command = loader_cmd + sel_ldr_flags + ['--'] + command
- if env.Bit('host_linux'):
+ if env.Bit('host_linux') or env.Bit('host_mac'):
extra['using_nacl_signal_handler'] = True
if env.ShouldUseVerboseOptions(extra):
« no previous file with comments | « no previous file | src/trusted/service_runtime/build.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698