RetroArch/qb/config.comp.sh
Themaister e5a5d5e861 Revert "(Pointed out by Alcaro) configure shouldn't require a C++ compiler"
qb.libs.sh uses CXX for a few things. E.g. Cg has to be linked with C++
compiler or it breaks on some distros.
2013-06-28 21:14:54 +02:00

3 lines
36 B
Bash

USE_LANG_C="yes"
USE_LANG_CXX="yes"