Commit c4b8105
committed
Fix broken Meson build when SQLITECPP_DISABLE_STD_FILESYSTEM is set
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.1 parent 4ee4be1 commit c4b8105
1 file changed
Lines changed: 1 addition & 1 deletion
| 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