pgsql: meson: Rename cpp variable to cxx
Started by Peter Eisentraut7 months ago1 messagescomitters
meson: Rename cpp variable to cxx
Since CPP is also used to mean C PreProcessor in our meson.build
files, it's confusing to use it to also mean C PlusPlus. This uses
the non-ambiguous cxx wherever possible.
Author: Jelte Fennema-Nio <postgres@jeltef.nl>
Discussion: /messages/by-id/D98JHQF7H2A8.VSE3I4CJBTAB@partin.io
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/1f08d687c39607d8dfa4bfd0fcb1a6ad47a1ef56
Modified Files
--------------
meson.build | 18 +++++++++---------
src/backend/meson.build | 4 ++--
2 files changed, 11 insertions(+), 11 deletions(-)