mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 10:10:57 +00:00
7 lines
141 B
Bash
7 lines
141 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
|