Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
More updates to wscripts v8 building.
Browse files Browse the repository at this point in the history
This allows me to hack on V8 without recompiling the whole thing.
  • Loading branch information
ry committed Oct 9, 2009
1 parent d85724d commit 59b7a1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions wscript
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 59b7a1b

Please sign in to comment.