This looks like an obvious mistake but I don't think it matters because the pkgconfig files are correct and provide the path ultimately:
|
yield f"LIBFFI_INCLUDEDIR={self.deps_lib}" |
if self.active_module(LibFFI):
yield f"LIBFFI_INCLUDEDIR={self.deps_lib}"
I'll refrain from opening a PR because I'm not sure... it's possible that this is necessary due to libffi nuances and just looks wrong, but there's no comment or commit message to indicate if thats the case.
This looks like an obvious mistake but I don't think it matters because the pkgconfig files are correct and provide the path ultimately:
portable-python/src/portable_python/cpython.py
Line 142 in 89a6201
I'll refrain from opening a PR because I'm not sure... it's possible that this is necessary due to libffi nuances and just looks wrong, but there's no comment or commit message to indicate if thats the case.