meson: de-duplicate binaries using symlinks#713
meson: de-duplicate binaries using symlinks#713floppym wants to merge 1 commit intoOpenRC:masterfrom
Conversation
|
This is a possible alternative to #712. I personally prefer the end result given by using hard links, but this symlink approach seems a bit cleaner from a meson perspective. |
|
the custom target shouldn't be necessary, as the argument for install_symlink is a str, so just works |
The custom targets are to populate symlinks in the build directory for use by the test suite. |
Use custom targets to create symlinks for testing. meson will dereference these at install time, so use install_symlink().
bb027eb to
76c91be
Compare
|
mind if i tweak this to install |
|
If you want to make that adjustment, I don't mind. Just reset the author to yourself because it wasn't my idea and I prefer not to have non-functional binaries tied to my name. |
|
This would be useful to have. Bump. |
Use custom targets to create symlinks for testing.
meson will dereference these at install time, so use install_symlink().