Chromium Code Reviews| Index: build/SConscript.v8 |
| =================================================================== |
| --- build/SConscript.v8 (revision 4521) |
| +++ build/SConscript.v8 (working copy) |
| @@ -76,6 +76,6 @@ |
| # TODO(evanm): this may be necessary on other platforms(?) |
| i = env.InstallAs('$TARGET_ROOT/v8_shell_sample${PROGSUFFIX}', v8[0]) |
| -env.ChromeStaticLibrary('$V8_DIR/v8_snapshot', |
| +env.ChromeStaticLibrary('v8_snapshot', |
| ['$V8_MODE_DIR/libraries-empty${OBJSUFFIX}', |
| '$V8_MODE_DIR/snapshot${OBJSUFFIX}']) |