mirror of
https://github.com/libretro/RetroArch
synced 2025-03-06 04:13:52 +00:00
(qb) Make C++ compiler optional in non-Win32 builds
This commit is contained in:
parent
54240500f0
commit
6e3662953d
@ -1,2 +1,7 @@
|
|||||||
USE_LANG_C="yes"
|
USE_LANG_C="yes"
|
||||||
USE_LANG_CXX="yes"
|
|
||||||
|
# C++ compiler is optional in other platforms supported by ./configure
|
||||||
|
if [ "$OS" = 'Win32' ]; then
|
||||||
|
USE_LANG_CXX="yes"
|
||||||
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user