Commit Graph

1 Commits

Author SHA1 Message Date
Christoph Reiter
0d3f18a4ad gdb: fix python relocatable support. See #3329 (#3345)
Previously python-config-u, a python-configure which returns unix paths,
was passed to configure. Passing a python executable of python-config
which returns Windows paths breaks the relocatable support somehow.

This patch converts the exec-prefix result of the python-config script
to a unix path so that things work as before.
2018-02-04 22:28:30 +03:00