The Meson Build System
http://mesonbuild.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
329 B
11 lines
329 B
5 years ago
|
## Dist is now a top level command
|
||
|
|
||
|
Previously creating a source archive could only be done with `ninja
|
||
|
dist`. Starting with this release Meson provides a top level `dist`
|
||
|
that can be invoked directly. It also has a command line option to
|
||
|
determine which kinds of archives to create:
|
||
|
|
||
|
```meson
|
||
|
meson dist --formats=xztar,zip
|
||
|
```
|