cuda_gdb: remove python39 related files

This commit is contained in:
wxt
2025-04-13 10:57:37 +08:00
parent e528b296de
commit bc27118dc7
@@ -188,6 +188,7 @@ filterAndCreateOverrides {
# to avoid autopatchelf failing to find libpython3.8.so.
+ lib.optionalString (cudaAtLeast "12.5") ''
find $bin -name '*python3.8*' -delete
find $bin -name '*python3.9*' -delete
'';
};