]> git.pld-linux.org Git - packages/v8.git/blob - v8-dynlink.patch
- updated URLs, dropped upstream-tracker.org note (this domain is dead now)
[packages/v8.git] / v8-dynlink.patch
1 --- v8-3.6.6.7/SConstruct~      2011-11-14 08:20:47.000000000 +0200
2 +++ v8-3.6.6.7/SConstruct       2011-11-14 08:24:01.929450494 +0200
3 @@ -1411,6 +1411,7 @@
4    # Build the object files by invoking SCons recursively.
5    d8_env = Environment(tools=tools)
6    d8_env.Replace(**context.flags['d8'])
7 +  d8_env.Prepend(LIBS=['v8'], LIBPATH='.')
8    (object_files, shell_files, mksnapshot, preparser_files) = env.SConscript(
9      join('src', 'SConscript'),
10      build_dir=join('obj', target_id),
This page took 0.022853 seconds and 3 git commands to generate.