Avoid having a LIBS setting when compiling the V8 library
authorkasperl@chromium.org <kasperl@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 26 Mar 2010 07:47:41 +0000 (07:47 +0000)
committerkasperl@chromium.org <kasperl@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 26 Mar 2010 07:47:41 +0000 (07:47 +0000)
commit33548b59e29d00a048af5f6783f2803e9bcc7753
tree5c60e91ba1ffe8f4cf40fb7248770f132ef4e58c
parent6fbad6e230eac6726eaea8f47c5453dc1274e70d
Avoid having a LIBS setting when compiling the V8 library
because this interferes with the shared library build.
Only prepend v8 to the LIBS list when building samples
or cctest.
Review URL: http://codereview.chromium.org/1387004

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4289 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
SConstruct