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.
9 lines
319 B
9 lines
319 B
2 years ago
|
## Added preserve_path arg to install_data
|
||
|
|
||
|
The [[install_data]] function now has an optional argument `preserve_path`
|
||
|
that allows installing multi-directory data file structures that live
|
||
|
alongside source code with a single command.
|
||
|
|
||
|
This is also available in the specialized `py_installation.install_sources`
|
||
|
method.
|