From 20aae8dbddc73f797a96f8390f01845fd5e2a31b Mon Sep 17 00:00:00 2001 From: Christopher Zimmermann Date: Sun, 29 Aug 2021 21:37:29 +0200 Subject: do not enforce GNU C++, allow using c++ (clang) --- acprep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'acprep') diff --git a/acprep b/acprep index be811b6d..bdf463b6 100755 --- a/acprep +++ b/acprep @@ -239,7 +239,7 @@ class PrepareBuild(CommandLineApp): self.LDFLAGS = [] self.envvars = { - 'CXX': 'g++', + 'CXX': '', 'CXXFLAGS': '', 'LDFLAGS': '', } -- cgit v1.2.3