Skip to content

Commit 1eba58b

Browse files
AMDmi3DusteD
authored andcommitted
Respect CC set in the environment
1 parent 37f37cf commit 1eba58b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.linux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#To make a system-wide install add DATADIR=/dir/to/data/ and BINDIR=/dir/to/bin/ to the make command
33
#To compile without OpenGL scaling support, add WITH_OPENGL=false to the make command.
44

5-
CC = gcc
5+
CC ?= gcc
66
LD = $(CC)
77
STRIP = strip
88
MAKE = make

0 commit comments

Comments
 (0)