possible BUG on python-config ?! it doesn't print the full path of when using --ldflags
问题 $ python-config --ldflags -L/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config -ldl -framework CoreFoundation -lpython2.7 -u _PyMac_Error Python.framework/Versions/2.7/Python it prints Python.framework/Versions/2.7/Python and not /Library/Frameworks/Python.framework/Versions/2.7/Python when trying to use it in a Makefile it doesn't work with the python-config --ldflags but if I take the output and changes Python.framework/Versions/2.7/Python to /Library/Frameworks/Python