Skip to content

Fix broken Meson build when SQLITECPP_DISABLE_STD_FILESYSTEM is set#560

Merged
SRombauts merged 2 commits into
masterfrom
fix-meson-disable-std-filesystem-flag
Jul 1, 2026
Merged

Fix broken Meson build when SQLITECPP_DISABLE_STD_FILESYSTEM is set#560
SRombauts merged 2 commits into
masterfrom
fix-meson-disable-std-filesystem-flag

Conversation

@SRombauts

Copy link
Copy Markdown
Owner

Enabling the SQLITECPP_DISABLE_STD_FILESYSTEM Meson option appended to an undefined sqlitecpp_cxx_flags variable, so the configure step erred out instead of defining the macro. Append to sqlitecpp_args, matching every other option branch, so the flag reaches the compiler.

SRombauts added 2 commits July 1, 2026 11:44
The option branch appended to an undefined sqlitecpp_cxx_flags variable,
so Meson erred out instead of defining the macro. Append to sqlitecpp_args
like every other option branch, so the flag actually reaches the compiler.
@SRombauts SRombauts self-assigned this Jul 1, 2026
@SRombauts SRombauts added the ci label Jul 1, 2026
@coveralls

coveralls commented Jul 1, 2026

Copy link
Copy Markdown

Coverage Status

coverage: 99.689%. remained the same — fix-meson-disable-std-filesystem-flag into master

@SRombauts SRombauts merged commit a6537fe into master Jul 1, 2026
38 checks passed
@SRombauts SRombauts deleted the fix-meson-disable-std-filesystem-flag branch July 1, 2026 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants