Skip to content
Snippets Groups Projects
Commit f3e295ce authored by deuce's avatar deuce
Browse files

Fix bug in last commit

parent 5144e567
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ else
ifdef DONT_CLOBBER_CC
CC ?= gcc
else
CC ?= gcc
CC := gcc
endif
CCPRE := $(CC)
CXX ?= g++
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment