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

Fix bug in last commit

parent 5144e567
Branches
Tags
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.
Please register or to comment