As described in https://github.com/mesonbuild/meson/issues/12715#issuecomment-1883448780, the compiler.preprocess function ignores compile_args. This should fix it in both ninja and visualstudio backends.pull/12784/head
parent
a9f9f03490
commit
d7bf365acd
5 changed files with 10 additions and 4 deletions
@ -1,3 +1,3 @@ |
||||
int @BAR@(void) { |
||||
return BAR + PLOP; |
||||
return BAR + PLOP + BAZ; |
||||
} |
||||
|
Loading…
Reference in new issue