mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-31 00:22:31 +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_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