Skip to content

libnm/meson.build: stop using env -i (just env)

Michael Stapelberg requested to merge stapelberg/NetworkManager:env-i into master

env -i starts with an empty environment, which is undesired when the build environment needs certain environment variables to function.

One such example is a custom PYTHONPATH, which gets dropped by env -i and results in the nm-settings-docs.xml generator not finding the gi Python module.

Merge request reports