"python3-config --ldflags --cflags" doesn't return anything because "$*" results in one string, not sure why this was changed in the first place. Switch it back to "$@" which expands to multiple words. Noticed because I wondered why this patch is needed on Windows only: https://github.com/Alexpux/MINGW-packages/blob/master/mingw-w64-gobject-introspection/0055-fix-python-detection.patch
4.1 KiB
4.1 KiB