mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 16:39:43 +00:00
8 lines
142 B
Bash
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
|
|
|