Robert Coup 8e745df694
python3: disable tkinter module on posix (#34998)
When running with VCPKG_FORCE_SYSTEM_BINARIES=ON (linux/arm64) then the Python
build will pick up libtk and attempt to build the tkinter module, linking to the
system library and causing either a build failure or an external link
dependency. Fix this by explicitly disabling it as we do for curses.
2023-11-10 11:30:23 -08:00
..
2023-09-19 09:46:42 -07:00
2023-09-05 22:43:22 -07:00
2023-09-18 10:00:59 -07:00
2023-04-05 16:35:24 -07:00
2023-05-01 15:15:37 -07:00
2023-02-03 13:18:08 -08:00
2022-12-19 11:34:42 -08:00
2023-11-05 08:58:57 -08:00
2023-10-02 20:24:45 -07:00
2023-09-13 16:27:43 -07:00
2023-10-10 14:59:58 -07:00
2023-08-16 12:58:56 -07:00