diff options
Diffstat (limited to 'build/SConscript.v8')
-rw-r--r-- | build/SConscript.v8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/SConscript.v8 b/build/SConscript.v8 index b3ec128..7abd7e2 100644 --- a/build/SConscript.v8 +++ b/build/SConscript.v8 @@ -60,8 +60,8 @@ env.Alias('webkit', i) i = env.Install('$TARGET_ROOT', v8_exe) env.Alias('chrome', i) -# To satisfy tests expecting the name v8_shell.exe. -i = env.InstallAs('$TARGET_ROOT/v8_shell.exe', v8_exe) +# To satisfy tests expecting the following .exe name. +i = env.InstallAs('$TARGET_ROOT/v8_shell_sample.exe', v8_exe) env.Alias('chrome', i) # Tell our SCons invocation to *not* delete v8.lib and the other targets |