From 7b0c50b9a555f8916586c73e1141311669747e77 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Sun, 10 Nov 2019 19:09:48 +0100 Subject: [PATCH] :hammer: add path --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9dc8be68c..2641e6107 100644 --- a/Makefile +++ b/Makefile @@ -134,7 +134,7 @@ pedantic_clang: # calling GCC with most warnings pedantic_gcc: - $(MAKE) json_unit CXX=g++-9 CXXFLAGS=" \ + $(MAKE) json_unit CXX=/usr/local/bin/g++-9 CXXFLAGS=" \ -std=c++11 \ -Waddress \ -Waddress-of-packed-member \