I'm not really happy about this to be honest, I don't like having both -- and -D options, I think it's stupid to have two ways to do exactly the same thing, especially since we then have to validate that someone hasn't passed the argument both ways. However, other people want this, so here it is. Fixes #969pull/3243/head
parent
8120ff9cf7
commit
1c48cc08e0
2 changed files with 19 additions and 4 deletions
@ -1,6 +1,6 @@ |
||||
## Meson now accepts -D for builtin arguments at setup time like configure time |
||||
## Meson and meson configure now accept the same arguments |
||||
|
||||
Previously meson required that builtin arguments (like prefix) be passed as |
||||
`--prefix` to `meson` and `-Dprefix` to `meson configure`. Meson now accepts -D |
||||
form like meson configure does. `meson configure` still does not accept the |
||||
`--prefix` form. |
||||
`--prefix` to `meson` and `-Dprefix` to `meson configure`. `meson` now accepts -D |
||||
form like `meson configure` has. `meson configure` also accepts the `--prefix` |
||||
form, like `meson` has. |
||||
|
Loading…
Reference in new issue