scons: Force C++ linkage.
authorJosé Fonseca <jrfonseca@tungstengraphics.com>
Tue, 4 Mar 2008 11:40:18 +0000 (12:40 +0100)
committerJosé Fonseca <jrfonseca@tungstengraphics.com>
Tue, 4 Mar 2008 11:40:18 +0000 (12:40 +0100)
commit9a7679811215a5cae2b4091f2fcda0a2faf4217d
treed62af9e1ead530378c2f177f713053f56689f49d
parent13174c195e057f443b23df788ea0c10251942189
scons: Force C++ linkage.

We have some C++ code (LLVM), which must be linked with g++ on certain
platforms. SCons tries to guess when to use g++ by looking to the source files,
but this fails, if the C++ code is not list in the command line, but inside in
the library.
SConstruct