From e28cf5406b25707338458a3f49125b38750c8627 Mon Sep 17 00:00:00 2001 From: aaaaaa123456789 Date: Tue, 6 Aug 2019 20:30:57 -0300 Subject: Fix Makefiles to account for the $CC and $CXX environment variables --- tools/preproc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/preproc/Makefile') diff --git a/tools/preproc/Makefile b/tools/preproc/Makefile index 63dedda1f..8c48afea2 100644 --- a/tools/preproc/Makefile +++ b/tools/preproc/Makefile @@ -1,4 +1,4 @@ -CXX := g++ +CXX ?= g++ CXXFLAGS := -std=c++11 -O2 -Wall -Wno-switch -Werror -- cgit v1.2.3