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.
8 lines
440 B
8 lines
440 B
3 years ago
|
## Added follow_symlinks arg to install_data, install_header, and install_subdir
|
||
|
|
||
|
The [[install_data]], [[install_headers]], [[install_subdir]] functions now
|
||
|
have an optional argument `follow_symlinks` that, if set to `true`, makes it so
|
||
|
symbolic links in the source are followed, rather than copied into the
|
||
|
destination tree, to match the old behavior. The default, which is currently
|
||
|
to follow links, is subject to change in the future.
|