mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
host-gdb was limited to link only with Python 2 although it's possible to build Python 3 for host. Add the ability to link with Python 3. Signed-off-by: Ramon Fried <rfried.dev@gmail.com> [Thomas: add an option to the choice to not have Python support] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>