summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
Diffstat (limited to 'acprep')
-rwxr-xr-xacprep2
1 files changed, 1 insertions, 1 deletions
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': '',
}