Commit a6537fe
authored
Fix broken Meson build when SQLITECPP_DISABLE_STD_FILESYSTEM is set (#560)
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.2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
| 314 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
0 commit comments