mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
No description
Hardcoding a -lstdc++ is wrong, since not all OSs are likely to handle C++ in the same way. The issue is that libtt needs to be built as a C++ library, so we use a fake dummy.cxx file to convince libtool to do so instead, rather than trying to force the issue by linking a (possibly missing) libstdc++. |
||
---|---|---|
cde |