mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-26 01:30:51 +00:00
e5a5d5e861
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.
3 lines
36 B
Bash
3 lines
36 B
Bash
USE_LANG_C="yes"
|
|
USE_LANG_CXX="yes"
|