From 59b7a1bf26600f032f9d16b7753539b9c33cc8e7 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 9 Oct 2009 12:49:48 +0200 Subject: [PATCH] More updates to wscripts v8 building. This allows me to hack on V8 without recompiling the whole thing. --- wscript | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wscript b/wscript index 707871f..38b3821 100644 --- a/wscript +++ b/wscript @@ -226,6 +226,9 @@ def v8_cmd(bld, variant): def build_v8(bld): v8 = bld.new_task_gen( + source = 'deps/v8/SConstruct ' + + bld.path.ant_glob('v8/include/*') + + bld.path.ant_glob('v8/src/*'), target = bld.env["staticlib_PATTERN"] % "v8", rule = v8_cmd(bld, "default"), before = "cxx", -- 2.7.4