RetroArch/qb/config.comp.sh
2015-06-16 20:46:54 -03:00

8 lines
142 B
Bash

USE_LANG_C="yes"
# C++ compiler is optional in other platforms supported by ./configure
if [ "$OS" = 'Win32' ]; then
USE_LANG_CXX="yes"
fi