| Index: SConstruct
|
| diff --git a/SConstruct b/SConstruct
|
| index e23aff45160f8dfb0d860cf008d0f45ef7d7b6ac..b6ea8c1fc7bc38efefcf138064f6568e2b779bce 100755
|
| --- a/SConstruct
|
| +++ b/SConstruct
|
| @@ -3844,7 +3844,8 @@ def PnaclSetEmulatorForSandboxedTranslator(selected_envs):
|
| and env.UsingEmulator()):
|
| # This must modify the LINK command itself, since LINKFLAGS may
|
| # be filtered (e.g., in barebones tests).
|
| - env['LINK'] = env.get('LINK') + ' --pnacl-use-emulator'
|
| + env.Append(LINK=' --pnacl-use-emulator')
|
| + env.Append(TRANSLATE=' --pnacl-use-emulator')
|
|
|
| # ----------------------------------------------------------
|
| # Blank out defaults.
|
|
|