Draft: tests/gutils-user-database: do not hardcode getpwuid-preload's library name
Use Meson's build_tgt.full_path() and import('fs').name()
DYLD_INSERT_LIBRARIES
should be used instead of LD_PRELOAD
on macOS. Also set DYLD_FORCE_FLAT_NAMESPACE=1
See:
Edited by Luca Bacci