diff options
author | Amir Goldstein <amir73il@gmail.com> | 2025-01-03 12:57:15 +0100 |
---|---|---|
committer | Bernd Schubert <bernd@bsbernd.com> | 2025-01-03 21:20:22 +0100 |
commit | 9b92c988eed637c8186360481b949ffa4397e942 (patch) | |
tree | 6d4db12cf5ce3067e39a02e886b1a6a6151d03c6 /example/passthrough.c | |
parent | aca2557ba40c81c10244a06f29e364a3ece429b6 (diff) | |
download | libfuse-9b92c988eed637c8186360481b949ffa4397e942.tar.gz |
Fix build of memfs_ll without manual meson reconfigure
After pulling latest code, memfs_ll build would fail because it
builds with C++11.
Changing the default of cpp_std in meson.build is not enough to fix this
problem even if user runs 'meson setup --reconfigure'.
I had to run 'meson setup -Dcpp_std= --reconfigure' to fix the build
as mentioned in this meson issue:
https://github.com/mesonbuild/meson/issues/8062#issuecomment-1568249672
Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Diffstat (limited to 'example/passthrough.c')
0 files changed, 0 insertions, 0 deletions