mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-25 08:59:58 +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"
|