Skip to content
  • José Fonseca's avatar
    scons: Force C++ linkage. · 9a767981
    José Fonseca authored
    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.
    9a767981