diff options
author | Christopher Zimmermann <madroach@gmerlin.de> | 2021-08-29 21:37:29 +0200 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2021-12-08 16:26:07 -0800 |
commit | 20aae8dbddc73f797a96f8390f01845fd5e2a31b (patch) | |
tree | 8dd6e9793fc92d6cdc6c4ff705e191ce88de2e32 /acprep | |
parent | 586abd208221761a6c93bc4568513e9cd4dc287d (diff) | |
download | fork-ledger-20aae8dbddc73f797a96f8390f01845fd5e2a31b.tar.gz fork-ledger-20aae8dbddc73f797a96f8390f01845fd5e2a31b.tar.bz2 fork-ledger-20aae8dbddc73f797a96f8390f01845fd5e2a31b.zip |
do not enforce GNU C++, allow using c++ (clang)
Diffstat (limited to 'acprep')
-rwxr-xr-x | acprep | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -239,7 +239,7 @@ class PrepareBuild(CommandLineApp): self.LDFLAGS = [] self.envvars = { - 'CXX': 'g++', + 'CXX': '', 'CXXFLAGS': '', 'LDFLAGS': '', } |