]> git.ipfire.org Git - thirdparty/postgresql.git/commit
meson: Rename cpp variable to cxx
authorPeter Eisentraut <peter@eisentraut.org>
Fri, 9 Jan 2026 07:58:23 +0000 (08:58 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Fri, 9 Jan 2026 07:58:23 +0000 (08:58 +0100)
commit1f08d687c39607d8dfa4bfd0fcb1a6ad47a1ef56
tree422bec114551e269e81a2e0281fc1c6ed354acf3
parent349107537d22a04c94c6fec5b993461178b39c13
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: https://www.postgresql.org/message-id/flat/D98JHQF7H2A8.VSE3I4CJBTAB%40partin.io
meson.build
src/backend/meson.build