Skip to content

Instantly share code, notes, and snippets.

@pgriess
Created June 3, 2010 19:43
Show Gist options
  • Save pgriess/424364 to your computer and use it in GitHub Desktop.
Save pgriess/424364 to your computer and use it in GitHub Desktop.
--- a/wscript 2010-06-02 17:08:42.000000000 -0700
+++ b/wscript 2010-06-02 17:09:25.000000000 -0700
@@ -200,7 +200,7 @@
else:
mode = "debug"
- cmd_R = 'python "%s" -j %d -C "%s" -Y "%s" visibility=default mode=%s %s library=static snapshot=on'
+ cmd_R = 'python "%s" -j %d -C "%s" -Y "%s" visibility=default mode=%s %s library=static snapshot=on library d8'
cmd = cmd_R % ( scons
, Options.options.jobs
@@ -238,6 +238,7 @@
bld.env_of_name('debug').append_value("LINKFLAGS_V8", t)
bld.install_files('${PREFIX}/include/node/', 'deps/v8/include/*.h')
+ bld.install_files('${PREFIX}/bin', 'build/default/d8', chmod=0755)
def build(bld):
Options.options.jobs=jobs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment