(svn r1761) Don't set CC and CXX

If somebody tried to use alternate compilers via an environment variable the assignment in the Makefile simply overwrote that.
pull/155/head
tron 20 years ago
parent ecbe6e2be4
commit 3d8dab0838

@ -216,8 +216,6 @@ endif
#
# Compiler configuration
#
CC=gcc
CXX=g++
# Executable file extension
ifdef WIN32

Loading…
Cancel
Save