summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index 817ca09..3657a80 100644
--- a/config.mk
+++ b/config.mk
@@ -47,5 +47,5 @@ CPPFLAGS = $(SHARED_FLAGS)
LDFLAGS = $(LIBS)
# compiler & linker
-CC = /usr/bin/gcc
-CXX = /usr/bin/g++
+CC ?= /usr/bin/gcc
+CXX ?= /usr/bin/g++