Open
Description
Hi meson-python team,
I encountered this issue when working on dipy/dipy#2715.
With the help of @eli-schwartz, we saw that get_option('datadir')
does not return the share
folder. Meson-python
maps "datadir" to /usr instead of /usr/share -- or more generally, to the python prefix instead of python prefix + "/share".
Thank you in advance for the future fix and let me know if my issue is not clear. Thanks!