This website requires JavaScript.
Explore
Help
Register
Sign In
libretro
/
RetroArch
Watch
1
Star
0
Fork
0
You've already forked RetroArch
mirror of
https://github.com/libretro/RetroArch.git
synced
2024-11-24 00:20:01 +00:00
Code
Issues
Actions
23
Packages
Projects
Releases
Wiki
Activity
e3b82184a7
RetroArch
/
qb
/
config.comp.sh
3 lines
36 B
Bash
Raw
Normal View
History
Unescape
Escape
Add quickbuild.
2010-12-30 01:52:02 +00:00
USE_LANG_C
=
"yes"
qb: Fix checking the CXX compiler This does the following. 1. Fixes checking if the CXX compiler works on platforms other than windows. 2. Turns the error when the CXX compiler is missing or doesn't work into a warning. 3. Adds HAVE_CC and HAVE_CXX. 4. Only adds CC and CXX to config.mk when HAVE_CC or HAVE_CXX are true. 5. Disables Qt companion, Vulkan, CXX_BUILD and NEED_CXX_LINKER if HAVE_CXX is false. 6. Explicitly errors when the CXX compiler is broken or missing and Qt or vulkan support is enabled. 7. No longer explicitly links with the CXX compiler on windows since this should no longer be needed. This also adds the function `check_enabled` to `qb/qb.lib.sh` which can be used to dynamically disable any libraries that require C++ support.
2018-05-02 16:15:20 +00:00
USE_LANG_CXX
=
"yes"
Reference in New Issue
Copy Permalink