File: config.comp.sh

package info (click to toggle)
retroarch 1.3.6%2Bdfsg1-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 26,496 kB
  • ctags: 41,865
  • sloc: ansic: 250,395; cpp: 12,996; makefile: 3,500; objc: 3,266; xml: 2,141; python: 1,670; sh: 1,522; java: 798; asm: 542; perl: 393
file content (7 lines) | stat: -rw-r--r-- 142 bytes parent folder | download
1
2
3
4
5
6
7
USE_LANG_C="yes"

# C++ compiler is optional in other platforms supported by ./configure
if [ "$OS" = 'Win32' ]; then
	USE_LANG_CXX="yes"
fi