You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
meson: Use configure_file() install instead of install_data()
Use configure_file() with the install argument instead of using
a separate install_data(). This fixes a problem when nvme-cli is
used as a subproject of another meson project.
Signed-off-by: Martin Belanger <[email protected]>
0 commit comments