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.
This commit is contained in:
parent
53c549690d
commit
e5a5d5e861
|
@ -1,2 +1,2 @@
|
|||
USE_LANG_C="yes"
|
||||
USE_LANG_CXX="no"
|
||||
USE_LANG_CXX="yes"
|
||||
|
|
Loading…
Reference in New Issue