aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c95d35d02..0e60026aa 100644
--- a/Makefile
+++ b/Makefile
@@ -78,7 +78,7 @@ REAL_CC = $(shell which clang-13 || which clang)
REAL_CXX = $(shell which clang++-13 || which clang++)
CC = $(REAL_CC)
-CXX = $(REAL_RXX)
+CXX = $(REAL_CXX)
CCACHE_CC_OR_CC := $(REAL_CC)
CCACHE_PATH := $(shell which ccache 2>/dev/null)