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
Accidentally ran into this. When building a meson-python package using python -m build, I expected it to fail because I hadn't added the dependency for pkgconf or the package containing the library... and it didn't fail, because meson found the pkgconf on PATH (as part of my virtualenv) and resolved the library that way.
Probably shouldn't do that.
Mildly related to #53 in that pkgconf might resolve something that wasn't intended.
The text was updated successfully, but these errors were encountered:
This is similar to the issue I fixed in #59, but I think this should have been fixed as a side-effect of #51. If you have older versions of pkgconf-pypi in PATH, it will still do that, but it should be fixed in all future versions.
Accidentally ran into this. When building a meson-python package using
python -m build
, I expected it to fail because I hadn't added the dependency for pkgconf or the package containing the library... and it didn't fail, because meson found the pkgconf on PATH (as part of my virtualenv) and resolved the library that way.Probably shouldn't do that.
Mildly related to #53 in that pkgconf might resolve something that wasn't intended.
The text was updated successfully, but these errors were encountered: