Files
MINGW-packages/mingw-w64-python3/0500-add-python-config-sh.patch
Christoph Reiter b843352b2c python3: fix python3-config handling of multiple arguments (#4118)
"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
2018-07-28 15:51:00 +03:00

4.1 KiB