mesonbuild / mesonwrap

Meson wraps service and tools, please use https://github.com/mesonbuild/wrapdb for wraps issues
https://wrapdb.mesonbuild.com
Apache License 2.0
26 stars 7 forks source link

config: Use pathlib for home instead of looking at $HOME #140

Closed nirbheek closed 3 years ago

nirbheek commented 3 years ago

$HOME is not set on Windows, so use the cross-platform way of getting the homedir.

This is the only change needed to get mesonwrap working on Windows.